1.
|
Unicode UTF8 encoding with a BOM present.
|
2.
|
Unicode UTF16 or UTF32 encoding (big-endian or little-endian) with a BOM present.
|
3.
|
ASCII 7bit encoding – no BOM needed
|
•
|
Using Unicode encodings with a BOM means that your (multilingual) Appware can be read successfully anywhere.
|
•
|
Restricting characters to ASCII 7bit (32 – 127) means that your (restricted) Appware can be read successfully anywhere (this is a strict subset of Unicode).
|