Handling of U+2028 and U+2029 in source code

Walter Bright newshound2 at digitalmars.com
Tue Oct 17 17:08:03 UTC 2023


On 10/16/2023 5:37 PM, Richard (Rikki) Andrew Cattermole wrote:
> https://github.com/dlang/dmd/blob/master/compiler/src/dmd/lexer.d#L578
> 
> Basically its in multi-byte UTF-8 character, checks if its in the non-ASCII 
> character ranges. No special handling of new lines is provided, but probably 
> should be.

Yes, please file a bugzilla!


More information about the Digitalmars-d mailing list