Rahul
2010-12-09 07:38:32 UTC
Hi,
I have a std::wstring and I want to find which character are upper
case and which ones are lowercase. the std::isupper and islower seems
to work on ASCII characters only but I want to be able to find out all
kinds of uppercase and lowercase characters
e.g. á is an "Latin small letter a with acute"
and Á is an "Latin capital letter A with acute"
Is there any function (mfc, boost or in any other library) which I can
use to find out the above said difference? My application is a native
VC++ program.
Thanks in advance
Rahul
I have a std::wstring and I want to find which character are upper
case and which ones are lowercase. the std::isupper and islower seems
to work on ASCII characters only but I want to be able to find out all
kinds of uppercase and lowercase characters
e.g. á is an "Latin small letter a with acute"
and Á is an "Latin capital letter A with acute"
Is there any function (mfc, boost or in any other library) which I can
use to find out the above said difference? My application is a native
VC++ program.
Thanks in advance
Rahul