Skip to content

Commit d0df77f

Browse files
committed
version bump 1.3.7: extra DBF encodings
- 620 Mazovia (Polish) MS-DOS - 895 Kamenický (Czech) MS-DOS Aforementioned codepages used in DBF generated by Visual FoxPro
1 parent 7d631f2 commit d0df77f

16 files changed

+551
-11
lines changed

bits/620.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bits/895.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codepage.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,16 @@ The following codepages are available in .NET on Windows:
249249
57011,,2
250250
```
251251

252+
The following codepages are dependencies for Visual FoxPro:
253+
254+
- 620 Mazovia (Polish) MS-DOS
255+
- 895 Kamenický (Czech) MS-DOS
256+
257+
```>pages.csv
258+
620,,1
259+
895,,1
260+
```
261+
252262
The known missing codepages are enumerated in the README.
253263

254264
## Building Notes
@@ -719,7 +729,7 @@ describe('failures', function() {
719729
```json>package.json
720730
{
721731
"name": "codepage",
722-
"version": "1.3.6",
732+
"version": "1.3.7",
723733
"author": "SheetJS",
724734
"description": "pure-JS library to handle codepages",
725735
"keywords": [ "codepage", "iconv", "convert", "strings" ],

codepages/620.TBL

+256
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
0x00 0x0000
2+
0x01 0x0001
3+
0x02 0x0002
4+
0x03 0x0003
5+
0x04 0x0004
6+
0x05 0x0005
7+
0x06 0x0006
8+
0x07 0x0007
9+
0x08 0x0008
10+
0x09 0x0009
11+
0x0a 0x000a
12+
0x0b 0x000b
13+
0x0c 0x000c
14+
0x0d 0x000d
15+
0x0e 0x000e
16+
0x0f 0x000f
17+
0x10 0x0010
18+
0x11 0x0011
19+
0x12 0x0012
20+
0x13 0x0013
21+
0x14 0x0014
22+
0x15 0x0015
23+
0x16 0x0016
24+
0x17 0x0017
25+
0x18 0x0018
26+
0x19 0x0019
27+
0x1a 0x001a
28+
0x1b 0x001b
29+
0x1c 0x001c
30+
0x1d 0x001d
31+
0x1e 0x001e
32+
0x1f 0x001f
33+
0x20 0x0020
34+
0x21 0x0021
35+
0x22 0x0022
36+
0x23 0x0023
37+
0x24 0x0024
38+
0x25 0x0025
39+
0x26 0x0026
40+
0x27 0x0027
41+
0x28 0x0028
42+
0x29 0x0029
43+
0x2a 0x002a
44+
0x2b 0x002b
45+
0x2c 0x002c
46+
0x2d 0x002d
47+
0x2e 0x002e
48+
0x2f 0x002f
49+
0x30 0x0030
50+
0x31 0x0031
51+
0x32 0x0032
52+
0x33 0x0033
53+
0x34 0x0034
54+
0x35 0x0035
55+
0x36 0x0036
56+
0x37 0x0037
57+
0x38 0x0038
58+
0x39 0x0039
59+
0x3a 0x003a
60+
0x3b 0x003b
61+
0x3c 0x003c
62+
0x3d 0x003d
63+
0x3e 0x003e
64+
0x3f 0x003f
65+
0x40 0x0040
66+
0x41 0x0041
67+
0x42 0x0042
68+
0x43 0x0043
69+
0x44 0x0044
70+
0x45 0x0045
71+
0x46 0x0046
72+
0x47 0x0047
73+
0x48 0x0048
74+
0x49 0x0049
75+
0x4a 0x004a
76+
0x4b 0x004b
77+
0x4c 0x004c
78+
0x4d 0x004d
79+
0x4e 0x004e
80+
0x4f 0x004f
81+
0x50 0x0050
82+
0x51 0x0051
83+
0x52 0x0052
84+
0x53 0x0053
85+
0x54 0x0054
86+
0x55 0x0055
87+
0x56 0x0056
88+
0x57 0x0057
89+
0x58 0x0058
90+
0x59 0x0059
91+
0x5a 0x005a
92+
0x5b 0x005b
93+
0x5c 0x005c
94+
0x5d 0x005d
95+
0x5e 0x005e
96+
0x5f 0x005f
97+
0x60 0x0060
98+
0x61 0x0061
99+
0x62 0x0062
100+
0x63 0x0063
101+
0x64 0x0064
102+
0x65 0x0065
103+
0x66 0x0066
104+
0x67 0x0067
105+
0x68 0x0068
106+
0x69 0x0069
107+
0x6a 0x006a
108+
0x6b 0x006b
109+
0x6c 0x006c
110+
0x6d 0x006d
111+
0x6e 0x006e
112+
0x6f 0x006f
113+
0x70 0x0070
114+
0x71 0x0071
115+
0x72 0x0072
116+
0x73 0x0073
117+
0x74 0x0074
118+
0x75 0x0075
119+
0x76 0x0076
120+
0x77 0x0077
121+
0x78 0x0078
122+
0x79 0x0079
123+
0x7a 0x007a
124+
0x7b 0x007b
125+
0x7c 0x007c
126+
0x7d 0x007d
127+
0x7e 0x007e
128+
0x7f 0x007f
129+
0x80 0x00c7
130+
0x81 0x00fc
131+
0x82 0x00e9
132+
0x83 0x00e2
133+
0x84 0x00e4
134+
0x85 0x00e0
135+
0x86 0x0105
136+
0x87 0x00e7
137+
0x88 0x00ea
138+
0x89 0x00eb
139+
0x8a 0x00e8
140+
0x8b 0x00ef
141+
0x8c 0x00ee
142+
0x8d 0x0107
143+
0x8e 0x00c4
144+
0x8f 0x0104
145+
0x90 0x0118
146+
0x91 0x0119
147+
0x92 0x0142
148+
0x93 0x00f4
149+
0x94 0x00f6
150+
0x95 0x0106
151+
0x96 0x00fb
152+
0x97 0x00f9
153+
0x98 0x015a
154+
0x99 0x00d6
155+
0x9a 0x00dc
156+
0x9b 0x00a2
157+
0x9c 0x0141
158+
0x9d 0x00a5
159+
0x9e 0x015b
160+
0x9f 0x0192
161+
0xa0 0x0179
162+
0xa1 0x017b
163+
0xa2 0x00f3
164+
0xa3 0x00d3
165+
0xa4 0x0144
166+
0xa5 0x0143
167+
0xa6 0x017a
168+
0xa7 0x017c
169+
0xa8 0x00bf
170+
0xa9 0x2310
171+
0xaa 0x00ac
172+
0xab 0x00bd
173+
0xac 0x00bc
174+
0xad 0x00a1
175+
0xae 0x00ab
176+
0xaf 0x00bb
177+
0xb0 0x2591
178+
0xb1 0x2592
179+
0xb2 0x2593
180+
0xb3 0x2502
181+
0xb4 0x2524
182+
0xb5 0x2561
183+
0xb6 0x2562
184+
0xb7 0x2556
185+
0xb8 0x2555
186+
0xb9 0x2563
187+
0xba 0x2551
188+
0xbb 0x2557
189+
0xbc 0x255d
190+
0xbd 0x255c
191+
0xbe 0x255b
192+
0xbf 0x2510
193+
0xc0 0x2514
194+
0xc1 0x2534
195+
0xc2 0x252c
196+
0xc3 0x251c
197+
0xc4 0x2500
198+
0xc5 0x253c
199+
0xc6 0x255e
200+
0xc7 0x255f
201+
0xc8 0x255a
202+
0xc9 0x2554
203+
0xca 0x2569
204+
0xcb 0x2566
205+
0xcc 0x2560
206+
0xcd 0x2550
207+
0xce 0x256c
208+
0xcf 0x2567
209+
0xd0 0x2568
210+
0xd1 0x2564
211+
0xd2 0x2565
212+
0xd3 0x2559
213+
0xd4 0x2558
214+
0xd5 0x2552
215+
0xd6 0x2553
216+
0xd7 0x256b
217+
0xd8 0x256a
218+
0xd9 0x2518
219+
0xda 0x250c
220+
0xdb 0x2588
221+
0xdc 0x2584
222+
0xdd 0x258c
223+
0xde 0x2590
224+
0xdf 0x2580
225+
0xe0 0x03b1
226+
0xe1 0x00df
227+
0xe2 0x0393
228+
0xe3 0x03c0
229+
0xe4 0x03a3
230+
0xe5 0x03c3
231+
0xe6 0x00b5
232+
0xe7 0x03c4
233+
0xe8 0x03a6
234+
0xe9 0x0398
235+
0xea 0x03a9
236+
0xeb 0x03b4
237+
0xec 0x221e
238+
0xed 0x03c6
239+
0xee 0x03b5
240+
0xef 0x2229
241+
0xf0 0x2261
242+
0xf1 0x00b1
243+
0xf2 0x2265
244+
0xf3 0x2264
245+
0xf4 0x2320
246+
0xf5 0x2321
247+
0xf6 0x00f7
248+
0xf7 0x2248
249+
0xf8 0x00b0
250+
0xf9 0x2219
251+
0xfa 0x00b7
252+
0xfb 0x221a
253+
0xfc 0x207f
254+
0xfd 0x00b2
255+
0xfe 0x25a0
256+
0xff 0x00a0

0 commit comments

Comments
 (0)