[Issue 17197] Link failure with -m64 on Windows

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jun 5 10:06:37 PDT 2017


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

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
"Invalid UTF-8" exceptions should no longer happen as I changed the critical
path to use byte[] arrays instead of char[] arrays.
Released in https://github.com/dlang/visuald/releases/tag/v0.45.0-beta1

--


More information about the Digitalmars-d-bugs mailing list