User Portlet User Portlet

Discussions
If we try to use ToLowerCase or ToUpperCase with Cyrillic characters, like: In[22]:= ToLowerCase["???? ABCD"] Out[22]= "???? abcd" The result is not the expected. Also for some reson : [mcode]In[23]:= UpperCaseQ["?"] Out[23]= False...