--- rxvt-unicode/src/table/koi8_u.h 2004/08/04 03:29:29 1.4 +++ rxvt-unicode/src/table/koi8_u.h 2021/06/16 23:07:11 1.5 @@ -39,7 +39,7 @@ static uint32_t cs_koi8_u_from_unicode (unicode_t unicode) { if (unicode <= 0x007f) return unicode; - if (unicode == 0x2022) return 0x0095; + if (unicode == 0x2219) return 0x0095; if (unicode == 0x221a) return 0x0096; if (unicode == 0x2248) return 0x0097; if (unicode == 0x2264) return 0x0098;