[Libreoffice-bugs] [Bug 150877] [FILEOPEN] DBF Mazovia Encoding (0x69)

2022-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150877

Stephan Bergmann  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||sberg...@redhat.com
   Assignee|libreoffice-b...@lists.free |sberg...@redhat.com
   |desktop.org |
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150877] [FILEOPEN] DBF Mazovia Encoding (0x69)

2022-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150877

--- Comment #8 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/b943d28f04014a36ce51da386f0b9411b8dbfa01

tdf#150877: Add support for Kamenický and Mazovia encodings

It will be available in 7.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150877] [FILEOPEN] DBF Mazovia Encoding (0x69)

2022-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150877

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.5.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150877] [FILEOPEN] DBF Mazovia Encoding (0x69)

2022-09-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150877

Julien Nabet  changed:

   What|Removed |Added

   Assignee|serval2...@yahoo.fr |libreoffice-b...@lists.free
   ||desktop.org
 Status|ASSIGNED|NEW

--- Comment #7 from Julien Nabet  ---
I abandoned the patch, too complicate for me, unassign myself.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150877] [FILEOPEN] DBF Mazovia Encoding (0x69)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150877

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #4 from Julien Nabet  ---
I've started a patch here: https://gerrit.libreoffice.org/c/core/+/139819

As you may have seen, I put some questions in it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150877] [FILEOPEN] DBF Mazovia Encoding (0x69)

2022-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150877

--- Comment #3 from Eike Rathke  ---
These two cases are rightfully commented out. My short investigation shows we
don't have conversions for them, at least there's no RTL_TEXTENCODING_IBM_620
define, the only 620 is RTL_TEXTENCODING_TIS_620 which is Thai that doesn't fit
Polish ;-)  Same for CP859 there's no RTL_TEXTENCODING_IBM_859.

Code pointers:
include/rtl/textenc.h
sal/textenc/tencinfo.cxx
and look for all places over the code base that use for example
RTL_TEXTENCODING_IBM_865 to see what would need to be added to support a new
encoding.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150877] [FILEOPEN] DBF Mazovia Encoding (0x69)

2022-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150877

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||er...@redhat.com,
   ||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

Code pointer:
2019 //case 0x68: eEncoding = ; break; // Kamenicky (Czech) MS-DOS
2020 //case 0x69: eEncoding = ; break; // Mazovia (Polish) MS-DOS

see
https://opengrok.libreoffice.org/xref/core/connectivity/source/commontools/dbtools.cxx?r=91ba9654=81393=2020#2020

Eike: thought you might be interested in this one since it concerns encoding
and Calc/Base

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150877] [FILEOPEN] DBF Mazovia Encoding (0x69)

2022-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150877

--- Comment #1 from SheetJS  ---
Created attachment 182332
  --> https://bugs.documentfoundation.org/attachment.cgi?id=182332=edit
specimen

-- 
You are receiving this mail because:
You are the assignee for the bug.