https://issues.dlang.org/show_bug.cgi?id=22468
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #13254 "backend: dwarfdbginf: add UTF encoding to dchar types" was merged into master: - a7195f830c89cd1b844a80b9905fa8f79e179287 by Luís Ferreira: backend: dwarfdbginf: add UTF encoding to dchar types Currently `dchar` types are exported as signed encoding which is wrong, because `dchar` is supposed to represent UTF-32 encoded characters, so we should export the right encoding to the debug info. Fixes #22468 . Signed-off-by: Luís Ferreira <[email protected]> https://github.com/dlang/dmd/pull/13254 --
