https://issues.dlang.org/show_bug.cgi?id=22468
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @ljmf00 created dlang/dmd pull request #13254 "backend: dwarfdbginf: add UTF encoding to dchar types" fixing this issue: - 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 --
