On Saturday, 3 December 2022 at 14:43:15 UTC, Adam D Ruppe wrote:
The problem is just that writeln to the console is broken. You can either write to a function instead and load it in a text editor

aaargh not to a "function" i meant to a "file".

like

auto f = File("test.txt", "wt");
f.writeln(s);


then open test.txt and make sure it is opened in utf-8 mode.

Reply via email to