extended characterset output

anonymous anon at ymous.org
Fri Apr 8 14:41:02 UTC 2022


On Friday, 8 April 2022 at 08:36:33 UTC, Ali Çehreli wrote:
[snip]
> However, isControl() below won't work because isControl() only 
> knows about the ASCII table. It would miss the unprintable 
> characters above 127.
[snip]

This actuall works because I'm using std.uni.isControl() instead 
of std.ascii.isControl().



More information about the Digitalmars-d-learn mailing list