On 4/3/15 2:26 AM, MGW wrote:
Greetings to all!

I work on Windows with cp1251 and I have a mistake in the program:

import std.stdio;
int main (string [] args) {
     string nameFile = `«Ёлки с объектами №876».txt`;
     File f = File (nameFile, "w");
     f.writeln ("Greetings!");
     return 0;
}

Please see if this will fix your problem, currently open PR: https://github.com/D-Programming-Language/phobos/pull/3138

Seems like the same issue

-Steve

Reply via email to