comparison src/ChangeLog @ 2712:cf4a5f5e87ea

[xemacs-hg @ 2005-04-05 17:42:48 by aidan] Mule-CCL couldn't handle control-1 characters either.
author aidan
date Tue, 05 Apr 2005 17:42:59 +0000
parents 114400ea911b
children 2eed1f34d39d
comparison
equal deleted inserted replaced
2711:879b927c8a9f 2712:cf4a5f5e87ea
1 2005-04-05 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mule-ccl.c (ccl_driver): Calculate the charset and position code
4 for control-1 characters properly, both when reading multibyte
5 characters and writing them.
6
1 2005-03-31 Aidan Kehoe <kehoea@parhasard.net> 7 2005-03-31 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * unicode.c (set_unicode_conversion): Don't try to write to the 9 * unicode.c (set_unicode_conversion): Don't try to write to the
4 non-existent conversion tables for ASCII and control-1, in the 10 non-existent conversion tables for ASCII and control-1, in the
5 interest of not segfaulting. 11 interest of not segfaulting.