[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
Fri Aug 29 14:19:21 PDT 2014


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

Dmitry Olshansky <dmitry.olsh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh at gmail.com

--- Comment #4 from Dmitry Olshansky <dmitry.olsh at gmail.com> ---
(In reply to hsteoh from comment #3)
> 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.

Why should it call byGrapheme? Doesn't seem likly that we are doing grapheme
clustering only to output some damn text.

--


More information about the Digitalmars-d-bugs mailing list