Mercurial > emacs
comparison lisp/international/utf-16.el @ 49598:0d8b17d428b5
Trailing whitepace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 13:24:35 +0000 |
parents | e4102c010ef4 |
children | 12444cb90785 d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
49597:e88404e8f2cf | 49598:0d8b17d428b5 |
---|---|
223 ascii, latin-iso8859-1, mule-unicode-0100-24ff, | 223 ascii, latin-iso8859-1, mule-unicode-0100-24ff, |
224 mule-unicode-2500-33ff, mule-unicode-e000-ffff | 224 mule-unicode-2500-33ff, mule-unicode-e000-ffff |
225 | 225 |
226 On decoding (e.g. reading a file), Unicode characters not in the above | 226 On decoding (e.g. reading a file), Unicode characters not in the above |
227 ranges are decoded as U+FFFD, effectively corrupting the data | 227 ranges are decoded as U+FFFD, effectively corrupting the data |
228 if they are re-encoded. | 228 if they are re-encoded. |
229 | 229 |
230 On encoding (e.g. writing a file), Emacs characters not belonging to | 230 On encoding (e.g. writing a file), Emacs characters not belonging to |
231 any of the character sets listed above are encoded into the byte | 231 any of the character sets listed above are encoded into the byte |
232 sequence representing U+FFFD (REPLACEMENT CHARACTER).")) | 232 sequence representing U+FFFD (REPLACEMENT CHARACTER).")) |
233 (make-coding-system | 233 (make-coding-system |