Mercurial > hg > xemacs-beta
comparison src/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 | bd4d2c8ef9cc |
comparison
equal
deleted
inserted
replaced
5912:47ffa085a9ad | 5913:1b2fdcc3cc5c |
---|---|
1 2015-05-11 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * unicode.c (encode_unicode_char): | |
4 If we have no information on the Unicode mapping of a character, | |
5 write U+FFFD unconditionally. Remove an old, incomplete, | |
6 inappropriate attempt to preserve certain East Asian characters. | |
7 | |
1 2015-05-10 Aidan Kehoe <kehoea@parhasard.net> | 8 2015-05-10 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * floatfns.c (truncate_one_float): | 10 * floatfns.c (truncate_one_float): |
4 Fix a bug here when double_to_integer() (and previously | 11 Fix a bug here when double_to_integer() (and previously |
5 float_to_int()) returned a bignum; this was silently treated as a | 12 float_to_int()) returned a bignum; this was silently treated as a |