Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 5913:1b2fdcc3cc5c
Remove an old, buggy attempt to preserve East Asian chars, encode_unicode_char
src/ChangeLog addition:
2015-05-11 Aidan Kehoe <kehoea@parhasard.net>
* unicode.c (encode_unicode_char):
If we have no information on the Unicode mapping of a character,
write U+FFFD unconditionally. Remove an old, incomplete,
inappropriate attempt to preserve certain East Asian characters.
tests/ChangeLog addition:
2015-05-11 Aidan Kehoe <kehoea@parhasard.net>
* automated/mule-tests.el:
Assert that a character which we know has no Unicode mapping is
represented as REPLACEMENT CHARACTER in UTF-8, rather than as a
character corresponding to a very large codepoint.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 11 May 2015 18:04:58 +0100 |
parents | 47ffa085a9ad |
children | 1af53d35dd53 |
comparison
equal
deleted
inserted
replaced
5912:47ffa085a9ad | 5913:1b2fdcc3cc5c |
---|---|
1 2015-05-11 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/mule-tests.el: | |
4 Assert that a character which we know has no Unicode mapping is | |
5 represented as REPLACEMENT CHARACTER in UTF-8, rather than as a | |
6 character corresponding to a very large codepoint. | |
7 | |
1 2015-05-10 Aidan Kehoe <kehoea@parhasard.net> | 8 2015-05-10 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * automated/lisp-tests.el: | 10 * automated/lisp-tests.el: |
4 Backslash a few parentheses in the first column for the sake of | 11 Backslash a few parentheses in the first column for the sake of |
5 fontification. | 12 fontification. |