native-transcoder - transcoder for the native transcoding
(import (rnrs)) ;R6RS
(import (rnrs io ports)) ;R6RS
Returns an implementation-dependent transcoder that represents a possibly
locale-dependent "native" transcoding.
This is commonly a UTF-8 transcoder with eol-style none (on
Unix-like systems) and crlf on DOS and Windows systems, but can be anything
that goes well with the native operating system.
See the notes in native-eol-style(3scm).
Returns a single value; a transcoder.
(transcoder-error-handling-mode (native-transcoder))
=> replace
Transcoders are unique to the R6RS I/O system.
This procedure can raise exceptions with the following condition types:
- &assertion (R6RS)
- The wrong number of arguments was passed.
This procedure was introduced in R6RS as part of the reworked I/O system.