Dude wrote:
It's a bot, Demivec. First post, no introduction, strange user name, and "in the ASCII table that is invoked in various places in the help file" is simply not true - there's only one single ASCII table in the help. Happy to be proven wrong by the OP.

I don't think it's a bot.
Not everyone introduces himself first, the user name is very normal and the statement "in the ASCII table that is invoked in various places in the help file" is true.
Take for example a look at the help for the Inkey and RawKey commands, both have a link to the ASCII table so it is invoked in various places in the help file.
Especially codes 128-159 are a problem. Strings internally are always unicode and the codes 128-159 don't match the unicode specification.
It might be more useful to have a unicode table instead, even if it would only be for the range 0-591 which covers latin characters.