@@ -26,7 +26,7 @@ Alternatively, use the full version in the dist folder:
26
26
```
27
27
28
28
The complete set of codepages is large due to some Double Byte Character Set
29
- encodings. A much smaller file that just includes SBCS codepages is provided in
29
+ encodings. A much smaller file that only includes SBCS codepages is provided in
30
30
this repo (` sbcs.js ` ), as well as a file for other projects (` cpexcel.js ` )
31
31
32
32
If you know which codepages you need, you can include individual scripts for
@@ -133,7 +133,7 @@ to produce a complete script like `cpexcel.full.js`.
133
133
## Building the complete script
134
134
135
135
This script uses [ voc] ( npm.im/voc ) . The script to build the codepage tables and
136
- the JS source is ` codepage.md ` , so building is as simple as ` voc codepage.md ` .
136
+ the JS source is ` codepage.md ` , so building involves ` voc codepage.md ` .
137
137
138
138
## Generated Codepages
139
139
@@ -274,11 +274,11 @@ tables are not generated, there is no corresponding entry (they are "magic").
274
274
| ` 29001 ` | Windows 7 | Europa 3 |
275
275
| ` 38598 ` | Windows 7 | ISO 8859-8 Hebrew (ISO-Logical) |
276
276
| ` 47451 ` | unicode.org | Atari ST/TT |
277
- | ` 50220 ` | Windows 7 | ISO 2022 JIS Japanese with no halfwidth Katakana |
278
- | ` 50221 ` | Windows 7 | ISO 2022 JIS Japanese with halfwidth Katakana |
279
- | ` 50222 ` | Windows 7 | ISO 2022 Japanese JIS X 0201-1989 (1 byte Kana-SO/SI)|
280
- | ` 50225 ` | Windows 7 | ISO 2022 Korean |
281
- | ` 50227 ` | Windows 7 | ISO 2022 Simplified Chinese |
277
+ | ` 50220 ` | magic | ISO 2022 JIS Japanese with no halfwidth Katakana |
278
+ | ` 50221 ` | magic | ISO 2022 JIS Japanese with halfwidth Katakana |
279
+ | ` 50222 ` | magic | ISO 2022 Japanese JIS X 0201-1989 (1 byte Kana-SO/SI)|
280
+ | ` 50225 ` | magic | ISO 2022 Korean |
281
+ | ` 50227 ` | magic | ISO 2022 Simplified Chinese |
282
282
| ` 51932 ` | Windows 7 | EUC Japanese |
283
283
| ` 51936 ` | Windows 7 | EUC Simplified Chinese |
284
284
| ` 51949 ` | Windows 7 | EUC Korean |
@@ -330,6 +330,9 @@ To update the browser artifacts, run `make ctest`.
330
330
- [ Windows Code Page Enumeration] ( http://msdn.microsoft.com/en-us/library/cc195051.aspx )
331
331
- [ Windows Code Page Identifiers] ( http://msdn.microsoft.com/en-us/library/windows/desktop/dd317756.aspx )
332
332
- [ IBM Coded Character Sets] ( https://www-01.ibm.com/software/globalization/ccsid/ccsid_registered.html )
333
+ - [ ISO/IEC 2022 / ECMA-35] ( https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-035.pdf )
334
+ - [ International Register of Coded Character Sets To Be Used With Escape Sequences] ( https://www.itscj.ipsj.or.jp/itscj_english/iso-ir/ISO-IR.pdf )
335
+ - [ Japanese Character Encoding for Internet Messages] ( https://tools.ietf.org/html/rfc1468 )
333
336
334
337
## License
335
338
0 commit comments