[Issue 15887] invalid char/wchar/dchar values are inconsistently accepted/rejected
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 8 12:38:21 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=15887
anonymous4 <dfj1esp02 at sneakemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|rejects-valid |spec
--- Comment #2 from anonymous4 <dfj1esp02 at sneakemail.com> ---
Unicode code points are limited to 16 planes, so it's unclear if 0xFF_FF_FF_FF
should be accepted or not. Some think that it should be seen as a possible
value, because it is possible. As to whether it should be allowed as a
literal...
Should invalid utf8 text in string literals be accepted too?
--
More information about the Digitalmars-d-bugs
mailing list