diff options
| author | erdgeist <> | 2008-06-11 17:03:07 +0000 |
|---|---|---|
| committer | erdgeist <> | 2008-06-11 17:03:07 +0000 |
| commit | 4e48e1af5f7971c698baa219eed54ba509fe5200 (patch) | |
| tree | eb0233b84d3fac7c4b609a4b25f0d35ebad1e108 | |
| parent | 69e14b3ab269cd1dd853ed31f5a5bbca8982381b (diff) | |
Comment typos
| -rw-r--r-- | encoding_jis.js | 6 |
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 | ||
