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

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Tue Oct 17 00:37:41 UTC 2023


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.


More information about the Digitalmars-d mailing list