[Issue 1357] Cannot use FFFF and FFFE in Unicode escape sequences.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 2 06:57:11 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1357
------- Comment #10 from matti.niemenmaa+dbugzilla at iki.fi 2007-10-02 08:57 -------
Testing for being under 0x10FFFF is redundant. dchar.max already is 0x10FFFF:
Unicode neither contains nor allows any value larger than that. All of Unicode
can be represented as UTF-32, UTF-16, or UTF-8, with the exception of the
UTF-16 surrogate code points, which are only allowed in UTF-16.
--
More information about the Digitalmars-d-bugs
mailing list