We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VFP claims to support the following codepages: https://docs.microsoft.com/en-us/previous-versions/visualstudio/foxpro/aa975345(v=vs.71)
Testing against ruby 2.6.8p205, some of these have obvious entries in Encoding.name_list:
ruby 2.6.8p205
Encoding.name_list
7d
cp1255
Windows-1255
7e
cp1256
Windows-1256
98
cp1253
Windows-1253
96
cp1251
Windows-1251
97
macCentEuro
Two did not have obvious matches:
69
cp620
68
cp895
If there is a way to ship your own encoding, both cp620 and cp895 are single-byte. Mapping to Unicode:
The text was updated successfully, but these errors were encountered:
Example: mazovia.dbf.zip (Remove the .zip extension)
Current result:
% dbf -c mazovia.dbf.zip "A1","A2" "2020-01-04","English" "2020-01-04","?????"
Expected:
% npx xlsx-cli mazovia.dbf.zip Sheet1 A1,A2 2020-01-04,English 2020-01-04,Ś╫êëτ⌡ś
Sorry, something went wrong.
No branches or pull requests
VFP claims to support the following codepages: https://docs.microsoft.com/en-us/previous-versions/visualstudio/foxpro/aa975345(v=vs.71)
Testing against
ruby 2.6.8p205
, some of these have obvious entries inEncoding.name_list
:7d
Hebrew Windows ->cp1255
orWindows-1255
7e
Arabic Windows ->cp1256
orWindows-1256
98
Greek Macintosh ->cp1253
orWindows-1253
96
Russian Macintosh ->cp1251
orWindows-1251
97
CP10029 is named "MAC Latin 2 (Central European) " elsewhere ->macCentEuro
Two did not have obvious matches:
69
Mazovia (Polish) MS-DOScp620
68
Kamenický (Czech) MS-DOScp895
If there is a way to ship your own encoding, both
cp620
andcp895
are single-byte. Mapping to Unicode:The text was updated successfully, but these errors were encountered: