[Issue 3465] isIdeographic can be wrong in std.xml

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3465 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.035 |D2 --

[Issue 3465] isIdeographic can be wrong in std.xml

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3465 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 3465] isIdeographic can be wrong in std.xml

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3465 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3465] isIdeographic can be wrong in std.xml

2009-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3465 --- Comment #1 from hed010gy y0uf00...@gmail.com 2009-11-01 21:58:11 PST --- // A check on my code indicates afternoon doziness, so here is the better version bool isIdeographic(dchar c) { if (c == 0x3007) return true; if (c =