Closed as not planned
Description
There is currently:
INCHARMAP(str) Returns 1 if str has an entry in the current charmap, and 0 otherwise.
I am proposing adding:
INCHARMAP(str, charmap) Returns 1 if str has an entry in the specified charmap, and 0 otherwise.
It would be convenient for me to be able to test if a character is in a charmap before switching to it.