Changes between Version 9 and Version 10 of Unicode
- Timestamp:
- 12/04/05 17:43:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Unicode
v9 v10 86 86 values of the encoding {{{e}}}. If the pragma is present, it must be 87 87 at the beginning of the file. If it is not present, the file is 88 encoded in Latin-1. Note that even if the pragma is present, some88 encoded in ASCII. Note that even if the pragma is present, some 89 89 heuristic may be needed even to get as far as interpreting the 90 90 encoding declaration, like in 91 91 [http://www.w3.org/TR/2004/REC-xml11-20040204/#sec-guessing XML]. 92 92 The fact that the first three characters must be {{{{-#}}} will be 93 useful here. 93 useful here. Haskell compilers must support at least the encodings 94 ASCII,LATIN1, and UTF8. 94 95 * A literal string may contain any literal character representable in the 95 96 source encoding. In addition, escapes are provided to permit the specification of
