[Issue 14433] New: std.encoding does not support Central European ISO-8859-2 and CP1250 encodings
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Apr 10 01:10:56 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14433
Issue ID: 14433
Summary: std.encoding does not support Central European
ISO-8859-2 and CP1250 encodings
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: Phobos
Assignee: nobody at puremagic.com
Reporter: chalucha at gmail.com
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.
--
More information about the Digitalmars-d-bugs
mailing list