--- psiconv/trunk/lib/psiconv/parse_word.c 2004/01/18 19:58:12 187 +++ psiconv/trunk/lib/psiconv/parse_word.c 2004/01/26 12:59:54 188 @@ -213,13 +213,7 @@ psiconv_debug(config,lev+3,off+len,"Hotkey value %08x",temp); temp = 0; } - style->hotkey = temp & 0x000000ff; - if ((style->hotkey >= 32) && (style->hotkey < 127)) - psiconv_debug(config,lev+3,off+len,"Hotkey: %c",style->hotkey); - else if (style->hotkey == 0x00) - psiconv_debug(config,lev+3,off+len,"Hotkey: "); - else - psiconv_debug(config,lev+3,off+len,"Hotkey: %02x",style->hotkey); + style->hotkey = psiconv_unicode_from_char(config,temp); (*result)->normal = style; len += 0x04;