comparison src/ChangeLog @ 2704:114400ea911b

[xemacs-hg @ 2005-03-31 14:56:37 by aidan] Fix Unicode conversion for control-1, prevent a segfault with set-unicode-conversion.
author aidan
date Thu, 31 Mar 2005 14:56:48 +0000
parents 96036853a107
children cf4a5f5e87ea
comparison
equal deleted inserted replaced
2703:2f2d12f4f93a 2704:114400ea911b
1 2005-03-31 Aidan Kehoe <kehoea@parhasard.net>
2
3 * unicode.c (set_unicode_conversion): Don't try to write to the
4 non-existent conversion tables for ASCII and control-1, in the
5 interest of not segfaulting.
6 * unicode.c (unicode_convert): The "position code" for a control-1
7 character has #xA0 added to it when encoded in Mule, unlike #x80
8 for all the other non-ASCII character sets ; take this into
9 account.
10
1 2005-03-29 Aidan Kehoe <kehoea@parhasard.net> 11 2005-03-29 Aidan Kehoe <kehoea@parhasard.net>
2 12
3 * event-Xt.c: Declare Funicode_to_char. 13 * event-Xt.c: Declare Funicode_to_char.
4 * event-Xt.c (x_keysym_to_character): Use it, if we're handed a 14 * event-Xt.c (x_keysym_to_character): Use it, if we're handed a
5 keysym for which it's appropriate. 15 keysym for which it's appropriate.