[Issue 16291] New: phobosinit fails to register encodings on individual tests

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 18 10:51:11 PDT 2016


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 at puremagic.com
          Reporter: greeenify at gmail.com

make -f posix.mak std/encoding.test

std.encoding.EncodingException at 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 at std/encoding.d(2308): Unrecognized Encoding:
ISO-8859-1

--


More information about the Digitalmars-d-bugs mailing list