On Wednesday, 6 September 2017 at 05:23:51 UTC, Jon Degenhardt
wrote:
On Tuesday, 5 September 2017 at 10:50:46 UTC, Dmitry Olshansky
wrote:
Before I'm too deep down this rabbit hole I decided to first
address the long-standing backlog of issues of std.regex and
std.uni.
Not intending to add to your workload, but I added an
enhancement request for something I hit ran into recently:
Having a version of wcwidth/wcswidth functions available as
part of unicode support. These functions calculate the width of
a character in fixed-width fonts, they are useful in
command-line apps.
Yeah, there is quite a few missing bits from std.uni. I didn't
expect this one though.
Hopefully we can add them on pay as go principle, so if you don't
use it you don't pay for it.
--Jon