Struct tendril::fmt::Latin1
[−]
[src]
pub struct Latin1;
Marker type for the single-byte encoding of the first 256 Unicode codepoints.
This is IANA's "ISO-8859-1". It's ISO's "ISO 8859-1" with the addition of the C0 and C1 control characters from ECMA-48 / ISO 6429.
Not to be confused with WHATWG's "latin1" or "iso8859-1" labels (or the many other aliases), which actually stand for Windows-1252.