On 25/10/2022 5:17 PM, Siarhei Siamashka wrote:
Wow, I didn't expect anything like this and just thought that the nightmares of handling 8-bit codepages for non-English languages ceased to exist nowadays. Too bad. What are the best practices to deal with Turkish text in D language?

std.uni doesn't support it.

For casing it only supports the simple mappings which are 1:1 and not language dependent.

I haven't got to it yet for my own string handling library, so I can't point you to that (even if it was not ready).

I'm sure somebody has got it but you may end up wanting to use ICU unfortunately.

Reply via email to