| A | |
| add_utf_16be [Uutf.Buffer] | |
| add_utf_16le [Uutf.Buffer] | |
| add_utf_8 [Uutf.Buffer] | |
| C | |
| cp_to_string [Uutf] | cp_to_string cprepresents the
    code pointcpin
    ASCII according to the Unicode notational convention
    (see Appendix A in Unicode 6.1.0). | 
| D | |
| decode [Uutf] | decode dis:`Awaitifdhas a`Manualinput source and awaits
       for more input. The client must useUutf.Manual.srcto provide it.,`Uchar uif a Unicode scalar valueuwas decoded.,`Endif the end of input was reached.,`Malformed bytesif thebytessequence is malformed according to
       the decoded encoding scheme. If you are interested in a best-effort
       decoding you can still continue to decode after an error until the
       decoder synchronizes again on valid bytes. It may however be a good
       idea to signal the malformed characters by adding anUutf.u_repcharacter to the parsed data, see the examples. | 
| decoder [Uutf] | decoder nln encoding srcis a decoder that inputs fromsrc. | 
| decoder_byte_count [Uutf] | decoder_byte_count dis the number of bytes already decoded ond(including malformed ones). | 
| decoder_col [Uutf] | decoder_col dis the column number of the last decoded
    (or malformed) character. | 
| decoder_count [Uutf] | decoder_count dis the number of characters already decoded ond(including malformed ones). | 
| decoder_encoding [Uutf] | decoder_encoding disd's the decoded encoding scheme ofd. | 
| decoder_line [Uutf] | decoder_line dis the line number of the last
    decoded (or malformed) character. | 
| decoder_nln [Uutf] | decoder_nln dreturnsd's newline normalization (if any). | 
| decoder_removed_bom [Uutf] | |
| decoder_src [Uutf] | decoder_src disd's input source. | 
| dst [Uutf.Manual] | dst e s j lprovidesewithlbytes to write, starting
      atjins. | 
| dst_rem [Uutf.Manual] | dst_rem eis the remaining number of non-written, free bytes
      in the last buffer provided withUutf.Manual.dst. | 
| E | |
| encode [Uutf] | encode e vis :`Partialiffehas a`Manualdestination and needs more output
       storage. The client must useUutf.Manual.dstto provide a new buffer
       and then callUutf.encodewith`Awaituntil`Okis returned.,`Okwhen the encoder is ready to encode a new`Ucharor`End | 
| encoder [Uutf] | encoder encoding dstis an encoder forencodingthat outputs
    todst. | 
| encoder_dst [Uutf] | encoder_dst eise's output destination. | 
| encoder_encoding [Uutf] | encoder_encoding eise's encoding. | 
| encoding_guess [Uutf.String] | |
| encoding_of_string [Uutf] | encoding_of_string sconverts a (case insensitive)
    IANA character set name
    to an encoding. | 
| encoding_to_string [Uutf] | |
| F | |
| fold_utf_16be [Uutf.String] | fold_utf_16be f a sisf (... | 
| fold_utf_16le [Uutf.String] | fold_utf_16le f a sisf (... | 
| fold_utf_8 [Uutf.String] | fold_utf_8 f a sisf (... | 
| I | |
| is_uchar [Uutf] | |
| P | |
| pp_cp [Uutf] | pp_cp ppf cpprintscponppf. | 
| pp_decode [Uutf] | pp_decode ppf vprints an unspecified representation ofvonppf. | 
| S | |
| src [Uutf.Manual] | src d s j lprovidesdwithlbytes to read, starting atjins. | 
| U | |
| u_bom [Uutf] | |
| u_rep [Uutf] |