www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16291] New: phobosinit fails to register encodings on

https://issues.dlang.org/show_bug.cgi?id=16291

          Issue ID: 16291
           Summary: phobosinit fails to register encodings on individual
                    tests
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: greeenify gmail.com

make -f posix.mak std/encoding.test

std.encoding.EncodingException std/encoding.d(2308): Unrecognized Encoding:
utf-16le

See also: https://github.com/dlang/phobos/pull/4493
& https://github.com/dlang/phobos/pull/4587

---------

std.net.curl is affected too:

make -f posix.mak std/net/curl.test

std.encoding.EncodingException std/encoding.d(2308): Unrecognized Encoding:
ISO-8859-1

--
Jul 18 2016