https://bugs.documentfoundation.org/show_bug.cgi?id=150877
Bug ID: 150877
Summary: [FILEOPEN] DBF Mazovia Encoding (0x69)
Product: LibreOffice
Version: 7.3.6.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
LibreOffice does not recognize DBF encoding 0x69. In the list of character
sets, Mazovia (CP620) is not offered.
Steps to Reproduce:
Open Attached File
Actual Results:
Asks for encoding, none of the options are Mazovia
Expected Results:
File should open with the correct encoding. The correct rendering for the
string in question is Ś╫êëτ⌡ś
Reproducible: Always
User Profile Reset: Yes
Additional Info:
Visual FoxPro has a few special encodings:
- 0x69 -> Mazovia (Polish) MS-DOS [CP620]
Unicode table:
https://github.com/SheetJS/js-codepage/blob/master/codepages/620.TBL
- 0x68 -> Kamenický (Czech) MS-DOS [CP895]
Unicode table:
https://github.com/SheetJS/js-codepage/blob/master/codepages/895.TBL
If VFP access is limited, Gnumeric recognizes the codepage mapping. On a
machine with limited iconv support, the terminal will show a message like
```
Unable to open an iconv handle from codepage 620 -> UTF-8
File has unknown or missing code page information (69)
```
which indicates that Gnumeric detects the DBF encoding is 0x69 and that it
corresponds to CP620.
--
You are receiving this mail because:
You are the assignee for the bug.