comparison src/ChangeLog @ 4583:2669b1b7e33b

Correct little-endian UTF-16 surrogate handling. src/ChangeLog addition: 2009-01-31 Aidan Kehoe <kehoea@parhasard.net> * unicode.c (unicode_convert): Correct little-endian UTF-16 surrogate handling. tests/ChangeLog addition: 2009-01-31 Aidan Kehoe <kehoea@parhasard.net> * automated/mule-tests.el: Test little-endian Unicode surrogates too.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 31 Jan 2009 13:06:37 +0000
parents c02fdef8db8b
children 56e67d42eb04
comparison
equal deleted inserted replaced
4582:00ed9903a988 4583:2669b1b7e33b
1 2009-01-31 Aidan Kehoe <kehoea@parhasard.net>
2
3 * unicode.c (unicode_convert):
4 Correct little-endian UTF-16 surrogate handling.
5
1 2009-01-16 Aidan Kehoe <kehoea@parhasard.net> 6 2009-01-16 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * chartab.c (print_table_entry): 8 * chartab.c (print_table_entry):
4 Print char table values correctly, eliminating some confusion 9 Print char table values correctly, eliminating some confusion
5 between symbols and strings. 10 between symbols and strings.