Thread overview
[Issue 19418] UTF8 variable names can rejected on platforms where not supported in linker
Dec 17, 2022
Iain Buclaw
Feb 07
Dennis
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19418

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
February 07
https://issues.dlang.org/show_bug.cgi?id=19418

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl

--- Comment #1 from Dennis <dkorpel@live.nl> ---
Perhaps Punycode can be used: https://en.wikipedia.org/wiki/Punycode

I believe Rust is going to use that: https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html

--
February 07
https://issues.dlang.org/show_bug.cgi?id=19418

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23179

--