Going on std.regex & std.uni bug-fixing hunt

Jon Degenhardt via Digitalmars-d digitalmars-d at puremagic.com
Tue Sep 5 22:23:51 PDT 2017


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. (CJK 
characters typically have a width of two.) Character width is 
part of the unicode standard. Issue: 
https://issues.dlang.org/show_bug.cgi?id=17810

--Jon




More information about the Digitalmars-d mailing list