Encoding Scheme
|
Notes:
|
UTF-8
|
This is the standard for all web
browsers and adaptive technologies, and it should be used unless there
is a compelling reason to do otherwise
|
UTF-16LE
|
Lower Endian encoding - this is
Microsoft Office encoding scheme; not in compliance with international
web standards; will only display correctly in Microsoft Internet
Exploder
|
UTF-16BE
|
Big Endian encoding - this is
the standard 16-bit unicode, also referred to as UTF-16
|
US-ASCII
|
Standard United States ASCII;
tab characters and other special characters may display incorrectly
|
|
|