--- rxvt-unicode/src/table/jis0213_2.h 2004/03/15 00:27:13 1.3 +++ rxvt-unicode/src/table/jis0213_2.h 2004/08/04 03:29:29 1.4 @@ -2306,8 +2306,7 @@ }; -struct rxvt_codeset_conv_jis0213_2 : rxvt_codeset_conv { - uint32_t from_unicode (unicode_t unicode) const { +static uint32_t cs_jis0213_2_from_unicode (unicode_t unicode) { if (unicode == 0x3917) return 0x2c46; if (unicode == 0x391a) return 0x2c4a; if (unicode == 0x396f) return 0x2c60; @@ -2367,11 +2366,11 @@ ? jis0213_2_f_i[h - 0x34][l - 0x00] : NOCHAR; return NOCHAR; - } -} rxvt_codeset_conv_jis0213_2; +} #else -#define rxvt_codeset_conv_jis0213_2 rxvt_codeset_conv_unknown +#define cs_jis0213_2_from_unicode cs_unknown_from_unicode +#define cs_jis0213_2_to_unicode cs_unknown_to_unicode #endif