How do you print all Unicode characters in a range - I want the subscripts, can't google a range of Unicode.

Adam D Ruppe destructionator at gmail.com
Sat Dec 3 14:48:37 UTC 2022


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.


More information about the Digitalmars-d-learn mailing list