summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--encoding_jis.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/encoding_jis.js b/encoding_jis.js
index 80621c1..d807385 100644
--- a/encoding_jis.js
+++ b/encoding_jis.js
@@ -1,7 +1,7 @@
1// Since there are some gaps in JIS mapping, we split our for 1// Since there are some gaps in JIS mapping, we split our array
2// codes 0x2121 - 0x2840 and 0x3021 - 0x7426 2// for codes 0x2121 - 0x2840 and 0x3021 - 0x7426
3// 3//
4// the unicode codes in second table have been normalized by 4// The unicode codes in second table have been normalized by
5// the amount of 19968 to save 5kBytes in this script, so the 5// the amount of 19968 to save 5kBytes in this script, so the
6// actual value is 19968 + encoding_jis_0208_1[ x ] 6// actual value is 19968 + encoding_jis_0208_1[ x ]
7 7