On 2013-12-30 23:51, John Colvin wrote:
Anyway, the big problem I've hit is that AFAICT std.algorithm makes a complete mess of unicode and i can't find a byCodeUnit range anywhere in order to make it correct.
There's a "byGrapheme" and a "byCodePoint" function in std.uni. It was recently added.
-- /Jacob Carlborg