On Wednesday, 21 February 2018 at 22:22:55 UTC, Meta wrote:
(I'm not sure if the available compiler implementations actually enforce this)
Yes it does, example ``` enum s = q{€}; ``` gives: `Error: character 0x20ac is not a valid token`
Basile B. via Digitalmars-d-learn Wed, 21 Feb 2018 14:40:31 -0800
On Wednesday, 21 February 2018 at 22:22:55 UTC, Meta wrote:
(I'm not sure if the available compiler implementations actually enforce this)
Yes it does, example ``` enum s = q{€}; ``` gives: `Error: character 0x20ac is not a valid token`