www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14433] New: std.encoding does not support Central European

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 puremagic.com
          Reporter: chalucha 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.

--
Apr 10 2015