import std.stdio;

void main()
{
   string s = "Die Walküre";
   writefln(s);
}

Gives error - invalid utf-8 sequence. I pasted the text from a Wiki page that 
claims to be utf-8. What's happening?

Reply via email to