[fpc-pascal] Case insensitive comparison of strings	with	non-ascii characters
    Jonas Maebe 
    jonas.maebe at elis.ugent.be
       
    Sat Jul 25 20:13:03 CEST 2009
    
    
  
On 25 Jul 2009, at 19:03, theo wrote:
> Do turkish systems behave differently for WideLowerCase('I')?
> Will they return $0131 instead of $0069 ?
They should, since the uppercase version of i is İ there (i.e., a  
capital I with a dot on top). See e.g. http://www.i18nguy.com/unicode/turkish-i18n.html
Jonas
    
    
More information about the fpc-pascal
mailing list