From 4e48e1af5f7971c698baa219eed54ba509fe5200 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 11 Jun 2008 17:03:07 +0000 Subject: Comment typos --- encoding_jis.js | 6 +++--- 1 file 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 @@ -// Since there are some gaps in JIS mapping, we split our for -// codes 0x2121 - 0x2840 and 0x3021 - 0x7426 +// Since there are some gaps in JIS mapping, we split our array +// for codes 0x2121 - 0x2840 and 0x3021 - 0x7426 // -// the unicode codes in second table have been normalized by +// The unicode codes in second table have been normalized by // the amount of 19968 to save 5kBytes in this script, so the // actual value is 19968 + encoding_jis_0208_1[ x ] -- cgit v1.2.3