[Issue 7084] Missing writeln Unicode normalization

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Oct 14 22:12:28 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=7084

--- Comment #4 from hsteoh at quickfur.ath.cx ---
@andralex: Are you sure this bug qualifies for 'bootcamp'? Unicode
normalization is highly-nontrivial, and requires significant effort to support
correctly, and will probably involve multiple modules (at least std.uni and
std.stdio, perhaps also std.utf). Plus, deciding which normalization scheme(s)
to default to is a decision that can only be made with more experience with the
language and community.

--


More information about the Digitalmars-d-bugs mailing list