https://issues.dlang.org/show_bug.cgi?id=15887
anonymous4 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rejects-valid |spec --- Comment #2 from anonymous4 <[email protected]> --- 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? --
