--- rxvt-unicode/src/table/iso8859_1.h 2003/11/24 17:28:08 1.1 +++ rxvt-unicode/src/table/iso8859_1.h 2004/03/15 00:27:13 1.3 @@ -5,14 +5,10 @@ struct rxvt_codeset_conv_iso8859_1 : rxvt_codeset_conv { - uint32_t from_unicode (uint32_t unicode) const { + uint32_t from_unicode (unicode_t unicode) const { if (unicode <= 0x00ff) return unicode; return NOCHAR; } - uint32_t to_unicode (uint32_t enc) const { - if (enc <= 0x00ff) return enc; - return NOCHAR; - } } rxvt_codeset_conv_iso8859_1; #else