digitalmars.D.learn - Which character set does D use?
Does D use ASCII or UNICODE? It seems to use ASCII since it causes error whenever I use a non-ASCII character.
Jun 13 2018
On Wednesday, 13 June 2018 at 23:34:02 UTC, Murilo wrote:Does D use ASCII or UNICODE? It seems to use ASCII since it causes error whenever I use a non-ASCII character.Your system might be misconfigured. D can use UTF-8 (Unicode) too. See https://dlang.org/spec/lex.html#source_text
Jun 13 2018
Hi guys, thank you for helping me out here, there is this facebook group for the D language, here we can help and teach each other. It is called Programming in D. Please join. https://www.facebook.com/groups/662119670846705/?ref=bookmarks
Dec 09 2018