← Back to index
|
Original Bugzilla link
Bug 14433 – std.encoding does not support Central European ISO-8859-2 and CP1250 encodings
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-04-10T08:10:00Z
Last change time
2015-10-04T18:20:58Z
Assigned to
nobody
Creator
chalucha
Comments
Comment #0
by chalucha — 2015-04-10T08:10:56Z
I happen to need to work with files with those encodings and figured they are not supported currently. It would be nice to have them in phobos. If we look to supported encodings of Java and .Net:
http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html
https://msdn.microsoft.com/en-us/library/System.Text.Encoding%28v=vs.110%29.aspx
we are far behind.
Comment #1
by chalucha — 2015-04-13T20:33:52Z
https://github.com/D-Programming-Language/phobos/pull/3173
Comment #2
by github-bugzilla — 2015-09-12T14:24:22Z
Commit pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/b65b717dcba7d6b86cbedd7cf632e93d67ede392
Merge pull request #3626 from chalucha/encoding Fix issue 14433 - std.encoding does not support Central European ISO-8859-2 and CP1250 encodings
Comment #3
by github-bugzilla — 2015-10-04T18:20:58Z
Commit pushed to stable at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/b65b717dcba7d6b86cbedd7cf632e93d67ede392
Merge pull request #3626 from chalucha/encoding