How do you get unicode support on terminal input to Visual D program?
Fruitful Approach
fruitfulapproach at gmail.com
Fri May 8 01:54:42 UTC 2020
I'm writing a type theory interpreter, so the character `λ` is
used a lot. I am able to print it, but `readln()` converts the
char to `\0` so my program crashes.
More information about the Digitalmars-d
mailing list