UTF-8 Unicode operators vs digraphs
Walter Bright
newshound2 at digitalmars.com
Wed Aug 12 19:43:40 UTC 2026
On 8/12/2026 2:29 AM, Jonathan M Davis wrote:
> Personally, while I agree that it's good that D natively supports Unicode,
> as a general rule, I don't think that even non-ASCII identifiers should be used
D supports non-ASCII identifiers only for C/C++ compatibility. Personally, they
are an abomination. Even more wretched is the support for "normalized" identifiers.
Putting the notion of normalized Unicode into Unicode was one of the most
execrable decisions ever.
More information about the Digitalmars-d
mailing list