From b7d7096b7742d7ee0b411cc683e280f197e5a142 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 29 Jul 2004 23:18:06 +0000 Subject: [PATCH] *** empty log message *** --- src/table/jis0208_1990_0.h | 1 - src/table/jis0212_1990_0.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/table/jis0208_1990_0.h b/src/table/jis0208_1990_0.h index b0a0fec3..5f1414a5 100644 --- a/src/table/jis0208_1990_0.h +++ b/src/table/jis0208_1990_0.h @@ -2245,7 +2245,6 @@ struct rxvt_codeset_conv_jis0208_1990_0 : rxvt_codeset_conv { uint8_t l = unicode; uint16_t h = unicode >> 8; if (h <= 0xff - && l <= 0xff && jis0208_1990_0_f_i[h - 0x00]) return jis0208_1990_0_f_i[h - 0x00][l - 0x00] ? jis0208_1990_0_f_i[h - 0x00][l - 0x00] diff --git a/src/table/jis0212_1990_0.h b/src/table/jis0212_1990_0.h index 746f1a55..4b312896 100644 --- a/src/table/jis0212_1990_0.h +++ b/src/table/jis0212_1990_0.h @@ -2123,7 +2123,6 @@ struct rxvt_codeset_conv_jis0212_1990_0 : rxvt_codeset_conv { uint8_t l = unicode; uint16_t h = unicode >> 8; if (h <= 0x9f - && l <= 0xff && jis0212_1990_0_f_i[h - 0x00]) return jis0212_1990_0_f_i[h - 0x00][l - 0x00] ? jis0212_1990_0_f_i[h - 0x00][l - 0x00] -- 2.34.1