[Issue 8800] Invalid UTF-8 sequences allowed in strings with 'c' postfix.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 11 06:52:43 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8800
--- Comment #2 from Aziz Köksal <aziz.koeksal at gmail.com> 2012-10-11 06:28:34 PDT ---
I'm not sure how it would, because I'm only talking about string literals.
So code like this would still work, of course:
auto s = "valid utf-8"c;
s ~= "invalid utf-8: \x80";
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list