--- rxvt-unicode/src/table/big5_ext.h 2004/03/15 00:27:12 1.3 +++ rxvt-unicode/src/table/big5_ext.h 2004/08/04 03:29:28 1.4 @@ -2284,8 +2284,7 @@ }; -struct rxvt_codeset_conv_big5_ext : rxvt_codeset_conv { - uint32_t from_unicode (unicode_t unicode) const { +static uint32_t cs_big5_ext_from_unicode (unicode_t unicode) { if (unicode <= 0x007f) return unicode; if (unicode == 0x2605) return 0xa1b9; if (unicode == 0x2606) return 0xa1b8; @@ -2303,11 +2302,11 @@ ? big5_ext_f_i[h - 0x00][l - 0x00] : NOCHAR; return NOCHAR; - } -} rxvt_codeset_conv_big5_ext; +} #else -#define rxvt_codeset_conv_big5_ext rxvt_codeset_conv_unknown +#define cs_big5_ext_from_unicode cs_unknown_from_unicode +#define cs_big5_ext_to_unicode cs_unknown_to_unicode #endif