Subject: Re: UpperCase, StrUpper and international characters
>>I noticed that UpperCase, StrUpper etc. do not work propely with Polish
>>letters. It seems to me strange as for instance TMaskEdit works as
it should
>>with for instance uppercase mask. Isn't it inconsistent or shoul
I do
>>something to change that behaviour?
>
>Try the ANSIUpper function. It might help you.....
>
>
>From the D3 help file.
>
>AnsiUpperCase converts a string to upper case.
>
>Unit
>
>SysUtils
>
>Category
>
>string handling routines
>
>function AnsiUpperCase(const S: string): string;
>
>Description
>
>AnsiUpperCase converts all characters in the given string to upper
case. The
>conversion uses the current Windows locale.
>
>Note
>
>This function supports multi-byte character sets (MBCS).