[Issue 1357] Cannot use FFFF and FFFE in Unicode escape sequences.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 23 12:57:04 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1357
------- Comment #3 from thomas-dloop at kuehne.cn 2007-07-23 14:57 -------
0xFFFE and 0xFFFF are - unlike the the private use blocks - not for normal
private. The only place they are allowed are inside a text processing system
but the should never be used for data exchange between programs. As such it
would be a reasonable safty measure to dissallow \uFFFF and \uFFFE literals and
force the use of e.g. \xFF \xFE or x"FFFE".
--
More information about the Digitalmars-d-bugs
mailing list