Hi everybody, i have interesting question for you.
as you know in MFC there are a type CStringW. This class have a method MakeLower(). The question is what will be if i have one variable of type CStringW, which consist some korean or arabic word, and i use ToLower or ToUpper method for this variable. Or if you know how i can compare 2 strings please post your answers, please. strcmp() is doesn't work.
if you are looking for comparing two unicode string then you can use wide string functions (wchar_t) like wstrcmp(wcscmp may be, i dont remember the name correctly) etc etc..