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`

Reply via email to