- open-encoded-input-file FILE ENCprocedure
- call-with-encoded-input-file FILE ENC PROCprocedure
- with-input-from-encoded-file FILE ENC THUNKprocedure
- open-encoded-output-file FILE ENCprocedure
- call-with-encoded-output-file FILE ENC PROCprocedure
- with-output-to-encoded-file FILE ENC THUNKprocedure
Example:
(use charconv) (with-input-from-encoded-file "/usr/share/edict/edict" "EUC-JP" read-line)