| From: | Devrim GUNDUZ <devrim(at)gunduz(dot)org> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Fixing the Turkish problem |
| Date: | 2004-05-23 18:05:13 |
| Message-ID: | Pine.LNX.4.44.0405232058300.8499-100000@emo.org.tr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On Sun, 23 May 2004, Tom Lane wrote:
> >> "pg_strncasecmp" that act like the above and replacing all calls of the
> >> standard library functions with these.
>
> > If you can post all the patches you'd like to apply, I'd be happy to test
> > them. (Sorry for the very late response, btw.)
>
> The patches are in; please give CVS tip a shot and see what you think.
> It passed regression tests in a Turkish locale for me.
Yes, it solves the initdb bug #1133. Thanks.
However, we still fail to sort small I (i dotless) and i. "i dotless"
comes before i in Turkish Alphabet, but ORDER BY sorts i before "i
dotless".
I would post a sample, but I'm not sure that anyone on the list could view
it :)
Regards,
--
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.TDMSoft.com
http://www.gunduz.org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ziga Kranjec | 2004-05-23 19:40:56 | Re: eval function |
| Previous Message | Tom Lane | 2004-05-23 17:22:36 | Re: |