VisualD cannot list member for (utf-8 char)

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Thu Dec 4 14:10:02 PST 2014



On 03.12.2014 03:25, sdvcn wrote:
> enum eNU{
>      中国=99,
>      china=666,
>
> }
>
> void 执行()
> {
>      eNU cc = eNU.中国;//VisualD error,not list member
>      writeln("Hello D-World!");
> }
>
> int main(string[] argv)
> {
> 执行();
> }
>
> Compile is good;

I can confirm completion doesn't work here. Thanks for reporting to 
bugzilla.


More information about the Digitalmars-d-ide mailing list