24 Aug
2007
24 Aug
'07
9:55 p.m.
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 ?