support for unicode in identifiers
Vlad Levenfeld via Digitalmars-d-learn Sun, 01 Jun 2014 15:31:24 -0700
I was pretty happy to find that I could use mu and sigma when
writing statistical routines, but I've found that for more
obscure non-ascii characters the support is hit or miss. For
example, none of the subscripts are valid characters, but I can
use superscript n as well as dot-notation for derivatives.
I'm using dmd 2.065. What's the story behind the scenes? Is there
a rationale behind the supported/unsupported or is it
happenstance? Is there anywhere I can find a list of supported
characters?
- support for unicode in ident... Vlad Levenfeld via Digitalmars-d-learn
- Re: support for unicode... Chris Nicholson-Sauls via Digitalmars-d-learn
- Re: support for uni... Vlad Levenfeld via Digitalmars-d-learn
- Re: support for... Vlad Levenfeld via Digitalmars-d-learn