[Issue 1358] Compiler aborts on Unicode codepoints greater than 0x7FFFFFFF
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jul 24 05:01:32 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1358
------- Comment #2 from aziz.kerim at gmail.com 2007-07-24 07:01 -------
Sorry, the example is wrong. This should fire the error:
auto bla = "\U80000000";
src/Parser.d(125): invalid UTF character \U80000000
rebuild: root.c:1490: void OutBuffer::writeUTF8(unsigned int): Assertion `0'
failed.
--
More information about the Digitalmars-d-bugs
mailing list