On Thursday, 18 August 2022 at 17:15:12 UTC, rikki cattermole wrote:

Unicode support in Full D isn't complete.

There is nothing in phobos to even change case correctly!

Both are limited if you care about certain stuff like non-latin based languages like Turkic.

I think full D is fine for terminal programs. What you commonly do is tokenize text, remove white space, convert text to numbers etc. The D library is good for these tasks. Rewrite all this for betterC would be a tedious tak

Reply via email to