projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee350f4
)
*** empty log message ***
author
root
<root>
Thu, 29 Jul 2004 23:18:06 +0000
(23:18 +0000)
committer
root
<root>
Thu, 29 Jul 2004 23:18:06 +0000
(23:18 +0000)
src/table/jis0208_1990_0.h
patch
|
blob
|
history
src/table/jis0212_1990_0.h
patch
|
blob
|
history
diff --git
a/src/table/jis0208_1990_0.h
b/src/table/jis0208_1990_0.h
index b0a0fec34ec4b3bd80e235d41732381332fc173c..5f1414a57b94a47d8c46cccd622818aade59a115 100644
(file)
--- 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 746f1a55e99b1d94d3ca4b9e53da3719ad0c069d..4b31289624bde4f7c469403e074baa5ab89d4e6f 100644
(file)
--- 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]