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().

Reply via email to