Going from string to identifier

Basile B. b2.temp at gmx.com
Wed Feb 21 22:37:02 UTC 2018


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`



More information about the Digitalmars-d-learn mailing list