N
Nando
In the US ASCII table (0-255), non-printable (or control characters), could
be filtered by Asc(ch)>32. But what happens if the table is Unicode
(0-65,000) and somebody from another country (like in Asia), uses another
character set? How do I detect non-printable characters in general,
regardless of the current character set? I'm trying to catch illegal
characters, before updating the field.
be filtered by Asc(ch)>32. But what happens if the table is Unicode
(0-65,000) and somebody from another country (like in Asia), uses another
character set? How do I detect non-printable characters in general,
regardless of the current character set? I'm trying to catch illegal
characters, before updating the field.