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

Dominikus Dittes Scherkl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Dominikus Dittes Scherkl <[email protected]> ---
dchar is designed to contain unicode values, which are limited to the range
0x00000000 to 0x0010FFFF == 1114111, so the given literal is outside this
range.

--

Reply via email to