OLD | NEW |
| (Empty) |
1 # The items on the left are names of TextEncodingID values | |
2 # The items on the right are IANA character set names. Names listed in character
-sets.txt are not | |
3 # repeated here; mentioning any one character set from a group in there pulls in
all the aliases in | |
4 # that group. | |
5 | |
6 WinLatin1Encoding: windows-1252, winlatin1, xansi | |
7 Latin1Encoding: ISO-8859-1, 88591 | |
8 ASCIIEncoding: US-ASCII, isoir6us | |
9 UTF16Encoding: ISO-10646-UCS-2, ucs2, unicode, utf16 | |
10 UTF16Encoding, BigEndian: UTF-16BE, unicodefffe | |
11 UTF16Encoding, LittleEndian: UTF-16LE, unicodefeff | |
12 UTF8Encoding: UTF-8, unicode11utf8, unicode20utf8, xunicode20utf8 | |
OLD | NEW |