[PATCH] kcolordialog

David Faure faure at kde.org
Mon Apr 25 09:56:45 BST 2005


On Sunday 24 April 2005 17:33, Thiago Macieira wrote:
> Adriaan de Groot wrote:
> >On Sunday 24 April 2005 02:12, Jaroslaw Staniek wrote:
> >> Right, I've done it now...
> >>
> >>          if (!colorName.isEmpty())
> >>             colorName[0] = colorName[0].upper();
> >
> >I believe that fails for some languages where upper-casing is poorly
> > defined. Turkish, with its "ı" comes to mind, but I don't know if it
> > will cause problems here. It'd be a good idea to check with the
> > translation list if this is feasible.
> 
> Qt3 doesn't do locale-aware uppercasing, so i will never be uppercased to 
> İ, even when it should.

To be clear, Qt3's *QString* doesn't do locale-aware uppercasing. QCString does (unfortunately).

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kde-core-devel mailing list