Bug 72084 - [patch] German locales use old %d.%m.%y date format instead of newer ISO date
Summary: [patch] German locales use old %d.%m.%y date format instead of newer ISO date
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-25 19:00 UTC by Peter Wullinger
Modified: 2005-06-01 23:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (300 bytes, patch)
2004-09-25 19:00 UTC, Peter Wullinger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Wullinger 2004-09-25 19:00:35 UTC
This is the same update as PR/72076
(http://www.freebsd.org/cgi/query-pr.cgi?pr=72076), but
for the utf8locale port.

DIN 5008 (German norm for text processing) defines the old date
format (%d.%m.%Y) to be obsolete and to be used only, if unambigous.
In international communications the new format (%Y-%m-%d) is now
required and FreeBSD should respect this.

References:
- DIN 5008
- EN 28 601
- ISO 8601

Thanks to Oliver Lietz for bringing this to my attention.

Fix: Apply the following patch to utf8locale-1.5:
How-To-Repeat: 
% export LC_ALL=de_DE.UTF-8
% date +%x
Comment 1 Marius Strobl freebsd_committer freebsd_triage 2004-09-25 19:17:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky@FreeBSD.org


Over to maintainer.
Comment 2 Marius Strobl freebsd_committer freebsd_triage 2004-09-25 19:31:37 UTC
Responsible Changed
From-To: perky@FreeBSD.org->perky


Drop the @FreeBSD.org from the maintainer's email address.
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2005-06-01 23:39:08 UTC
State Changed
From-To: open->closed

Committed, thanks!