← Back to index
|
Original Bugzilla link
Bug 11293 – wrong locale enumerate value
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-10-18T08:29:00Z
Last change time
2015-05-19T00:20:17Z
Keywords
pull
Assigned to
nobody
Creator
luis
Comments
Comment #0
by luis — 2013-10-18T08:29:02Z
The locale enumeration is missing LC_MESSAGES, and the enumerate values are being incorrectly reused for Windows and OS X.
Comment #1
by luis — 2013-10-18T08:33:03Z
Pull request with fix:
https://github.com/D-Programming-Language/druntime/pull/641
Comment #2
by github-bugzilla — 2013-10-20T04:10:01Z
Commits pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/3ef5a0b2e4ffbf9286868ab3f3621bda5e0d743a
fix issue 11293 (locale enumeration for Windows, OS X, Linux, FreeBSD) Add the missing LC_MESSAGES constant for Linux. Fix the enumeration values for Windows, OS X and FreeBSD, which were using Linux's values, incorrectly.
https://github.com/D-Programming-Language/druntime/commit/3385c79d5c3519bd02518f8455503c2bd3d3b551
Merge pull request #641 from luismarques/issue_11293 fix issue 11293 (locale enumeration for Windows, OS X, Linux)
Comment #3
by verylonglogin.reg — 2013-11-07T01:13:00Z
This was a dup of Issue 5589.
Comment #4
by dlang-bugzilla — 2015-05-19T00:19:16Z
*** Issue 11275 has been marked as a duplicate of this issue. ***
Comment #5
by dlang-bugzilla — 2015-05-19T00:20:17Z
*** Issue 5589 has been marked as a duplicate of this issue. ***