[Issue 18241] Missing characters from std.uni.unicode.Default_Ignorable_Code_Point

2018-01-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18241

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from hst...@quickfur.ath.cx ---
Actually, nevermind this bug. The file at
http://www.unicode.org/L2/L2002/02368-default-ignorable.pdf is outdated;
std.uni actually does obey the latest standard as given in
ftp://ftp.unicode.org/Public/UNIDATA/DerivedCoreProperties.txt.

--


[Issue 18241] Missing characters from std.uni.unicode.Default_Ignorable_Code_Point

2018-01-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18241

--- Comment #1 from hst...@quickfur.ath.cx ---
Actually, strike U+06DD and U+070F from the list. These are explicitly
specified by TR 44 as being exceptional cases that should NOT be ignored, even
though they belong to the Cf category.

--