The D Programming Language Vision Document

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Sun Jul 3 18:10:47 UTC 2022


On Sunday, 3 July 2022 at 17:27:43 UTC, rikki cattermole wrote:
> That's going to bite us big time when it comes to Unicode 
> handling which wants to work with dstring's.

You can just use ints… It is better to do something commonly used 
well, than have features that not enough people use to get the 
quality up.

People who are willing to use 4 bytes per code point are probably 
using third party C-libraries that have their own representation, 
so you have to convert anyway?



More information about the Digitalmars-d-announce mailing list