On Sunday, 15 December 2013 at 08:41:42 UTC, Siavash Babaei wrote:
Is it not possible to read and write in non-latin languages like Hebrew, Arabic, Farsi, etc?! If so, how, and if not, why?
D source files are UTF-8. You can name your variables and functions using the fullw wealth of Unicode.
D provides the string type (and others) for Unicode data. D has no problem with Hebrew, Arabic, Farsi, etc. Does that answer your question?
