[pacman-dev] pacman 3.1 release ?
Xavier
shiningxc at gmail.com
Fri Aug 24 17:55:11 EDT 2007
On Fri, Aug 24, 2007 at 11:50:35PM +0200, Xavier wrote:
> If I understood correctly, this comp does not work correctly with tr_TR
> locale, so a case sensitive one had to be added as well.
On this matter, Dan added a comment in his working branch :
/* For each directive, compare to the uppercase and camelcase string.
* This prevents issues with certain locales where characters don't
* follow the toupper() rules we may expect, e.g. tr_TR where i != I.
*/
Shouldn't it be rather : "where upper(i) != I" or something ?
More information about the pacman-dev
mailing list