The D Programming Language Vision Document

Adam D Ruppe destructionator at gmail.com
Sun Jul 3 19:37:51 UTC 2022


On Sunday, 3 July 2022 at 19:32:56 UTC, rikki cattermole wrote:
> I have just finished implementing string normalization which is 
> based around UTF-32.

There's a difference between utf-32 and unicode code points.

> It is required for string equivalent comparisons (which is what 
> you should be doing in a LOT more cases! Anything user provided 
> when compared should be normalized first.

Which you can do on any translation format.


More information about the Digitalmars-d-announce mailing list