Re: Latvian language & upper & lower

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Lauris Bukshis <lafriks(at)hello(dot)lv>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Latvian language & upper & lower
Date: 2003-07-07 12:36:22
Message-ID: Pine.LNX.4.56.0307071435070.932@krusty.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 7 Jul 2003, Lauris Bukshis wrote:

> LC_COLLATE: lv_LV.UTF-8
> LC_CTYPE: lv_LV.UTF-8
>
> but when making upper or lower on any text latvian symbols stays on the
> same case. And I can't get lower and upper to work correctly :( Is there
> any such way to get them work correctly? :)

You can only expect this to work if the data in your database is in UTF-8.
If you store them in ISO 8859-x you need to select a different locale,
probably named lv_LV.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-07 13:07:54 Re: OSF build broken
Previous Message Lauris Bukshis 2003-07-07 11:59:23 Latvian language & upper & lower