| From: | Alvaro Herrera <alvherre(at)surnet(dot)cl> |
|---|---|
| To: | "Alejandro D(dot) Burne" <alejandro(dot)dburne(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: wrong sort order |
| Date: | 2005-07-04 15:48:29 |
| Message-ID: | 20050704154829.GD16406@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Mon, Jul 04, 2005 at 12:13:27PM -0300, Alejandro D. Burne wrote:
> May be this is an off topic, but the question now is how to change or
> find a locale that include spaces in sort order.
You can hack the locale definitions from the GNU C library. Start by
getting the source and reading it -- it's far from a trivial task.
Or you can use the C locale. But you'll find "strange" behavior with ñ
and accented vowels.
--
Alvaro Herrera (<alvherre[a]surnet.cl>)
"Just treat us the way you want to be treated + some extra allowance
for ignorance." (Michael Brusser)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Pratt | 2005-07-04 18:27:59 | Re: Transparent i18n? |
| Previous Message | Alejandro D. Burne | 2005-07-04 15:13:27 | Re: wrong sort order |