[Libreoffice-bugs] [Bug 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
Version|7.3.0.0 alpha0+ Master  |Inherited From OOo
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |

--- Comment #10 from Eike Rathke  ---
Pending review
https://gerrit.libreoffice.org/c/core/+/119857 for 7-2
https://gerrit.libreoffice.org/c/core/+/119858 for 7-2
https://gerrit.libreoffice.org/c/core/+/119859 for 7-1

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

[Libreoffice-bugs] [Bug 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

--- Comment #9 from Commit Notification 
 ---
Eike Rathke committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/400a44f9ac7792ffe3665f70507324e4a64dca2b

Related: tdf#143664 Change {de-*} March "Mrz" to "Mär"

It will be available in 7.3.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 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

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

https://git.libreoffice.org/core/commit/4961dbaecc9e5cac57d99d2ea9d265a90daa4a8b

Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for March

It will be available in 7.3.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 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.3.0

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

[Libreoffice-bugs] [Bug 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

--- Comment #7 from Eike Rathke  ---
@Julien:
While enabling lists for short month names may sound appealing, doing so would
be a cumbersome endeavour. All day and month names share a common structure
(css::i18n::CalendarItem2 inherited from css::i18n::CalendarItem) that is also
part of the published API. Changing AbbrevName to a list of strings would
require not only to adapt all callers but also to support it as an additional
new structure while maintaining the existing API for compatibility.
I think these few exemptions so far are not worth that.

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

[Libreoffice-bugs] [Bug 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

--- Comment #6 from Julien Nabet  ---
Thank you Eike for your feedback!
It seems locale data should be able to deal with lists to have something clean
instead of increasing a kludge.

Vollbracht: as a workaround, you may change "Mär" by "Mrz" or "März" so it'll
be recognized as a date.

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

[Libreoffice-bugs] [Bug 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

--- Comment #5 from Eike Rathke  ---
The current recommendation of DIN 5008 (standardization of written
correspondence) is "Mär."/"März", see
https://www.din-5008-richtlinien.de/startseite/datum/

My take would be to change locale data to "Mär" and in code add "Mrz" to be
able to parse that back in.
Then again that DIN 5008 lists abbreviated month names as

Jan., Feb., Mär./März, Apr., Mai, Jun./Juni, Jul./Juli, Aug., Sept., Okt.,
Nov., Dez.

so we'd need to add abbreviation dots as well, which in turn would need
checking date formats for extraneous dots.

Odd is "Sept." because including the dot it's 5 characters instead of 4, where
that DIN 5008 talks about always 4 places ("immer 4-stellig").
If we did that then also the shorter "Sep" would need to be recognized in the
scanner code (trailing abbreviation dots are always taken into account there).

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

[Libreoffice-bugs] [Bug 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

Eike Rathke  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #4 from Eike Rathke  ---
There are several short month names / abbreviations for de-DE März; "Mrz.",
"Mär." and even "März".
Similarly Juni and Juli can be used as short month names as well.
This can only be hard-coded in the number/date scanner as locale data doesn't
allow for lists of month names.

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

[Libreoffice-bugs] [Bug 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

Julien Nabet  changed:

   What|Removed |Added

 CC||er...@redhat.com,
   ||serval2...@yahoo.fr
Version|unspecified |7.3.0.0 alpha0+ Master

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today + German from Germany set
for UI + locale, I could reproduce this.

On i18npool/source/localedata/data/de_DE.xml, there's:

  mar
  Mrz
  März

See
https://opengrok.libreoffice.org/xref/core/i18npool/source/localedata/data/de_DE.xml?r=8453f6e5#268

Eike: any thoughts here? Is it expected?

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

[Libreoffice-bugs] [Bug 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

--- Comment #2 from Vollbracht  ---
Created attachment 174009
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174009=edit
RKI data sample ods result

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

[Libreoffice-bugs] [Bug 143664] sdf date time recognition fails for march ("Mär") in German

2021-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143664

--- Comment #1 from Vollbracht  ---
Created attachment 174008
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174008=edit
RKI data sample sdf

strange: when opening from within else but Calc it's not recognized as table at
all. When opening from within Calc, it is. May be intended.

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