On Monday, 22 August 2016 at 07:58:50 UTC, Andrew wrote:
Note that changing isAlpha() can potentially break any D code with unicode in its identifiers, because the DMD frontend uses isAlpha() to determine which characters are allowed in identifiers.
On Monday, 22 August 2016 at 07:58:50 UTC, Andrew wrote:
Note that changing isAlpha() can potentially break any D code with unicode in its identifiers, because the DMD frontend uses isAlpha() to determine which characters are allowed in identifiers.