J
John Hansen
I have got an input string from a webservice, and I want to make sure, that
all characters in that string are defined in a specific encoding/codepage
(Windows-1252 in my case).
Is there an easy way to verify that all chars in a string are "allowed"
chars with regards to a certain codepage?
Thanks,
John
all characters in that string are defined in a specific encoding/codepage
(Windows-1252 in my case).
Is there an easy way to verify that all chars in a string are "allowed"
chars with regards to a certain codepage?
Thanks,
John