package coin
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=cc86addf2f7bd1bdf69585af731c9d6beac463af900fe3b78545ee1767fd2ecb
sha512=3d59cf13d792ad968c3d03658e8dc891ab14839842c1f8771cb20c1c28887bda118be82acc43f05f66bb559cfdb1594ea5e97243933d5f10063bfe1dd087b0a7
doc/coin/Coin/index.html
Module CoinSource
The type of KOI8.
encoding_of_string s converts a (case insensitive) IANA character set name to an encoding.
encoding_to_string e is a IANA character set name for e.
The type for input sources. With a `Manual source the client must provide input with src.
src d s j l provides d with l bytes to read, starting at j in s. This byte range is read by calls to decode with d until `Await is returned. To signal the end of input call the function with l = 0.
decoder encoding src is a decoder that inputs from src.
Encoding. encoding specifies the decoded encoding scheme.
decode d is:
`Awaitifdhas a`Manualinput source and awaits for more input. The client must usesrcto provide it.`Uchar uif a Unicode scalar valueuwas decoder.`Endif the end of input was reached.`Malformed errifdencountered an errorerr.
Note. Repeated invocation always eventually returns `End, even in case of errors.
decoder_byte_count d is the number of characters already decoder on d (including malformed ones). This is the last decode's and byte offset counting from beginning of the stream.
decoder_kind d is d's the decoded encoding scheme of d.