encoding_rs_mem.h |
_Note:_ "Latin1" in this header refers to the Unicode range from U+0000 to
U+00FF, inclusive, and does not refer to the windows-1252 range. This
in-memory encoding is sometimes used as a storage optimization of text
when UTF-16 indexing and length semantics are exposed.
|
28210 |
encoding_rs_mem_cpp.h |
Replaces `nullptr` with a bogus pointer suitable for use as part of a
zero-length Rust slice.
|
21297 |