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