[Issue 7054] std.format.formattedWrite uses code units count as width instead of characters count

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Aug 20 21:49:12 PDT 2014


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

--- Comment #3 from hsteoh at quickfur.ath.cx ---
Tried to fix this today, unfortunately it's blocked by std.uni.byGrapheme being
impure, which causes a ripple of impurity down the call chain causing several
unittest compile errors and CTFE errors.

--


More information about the Digitalmars-d-bugs mailing list