From: | Markus Schaber <schabios(at)logi-track(dot)com> |
---|---|
To: | "Andrei Bintintan" <klodoma(at)ar-sd(dot)net> |
Cc: | <pgsql-sql(at)postgresql(dot)org>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: [SQL] upper/lower for german characters |
Date: | 2004-11-09 17:59:31 |
Message-ID: | 20041109185931.460fb4da@kingfisher.intern.logi-track.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-sql |
Hi, Andrei,
On Tue, 9 Nov 2004 16:58:27 +0200
"Andrei Bintintan" <klodoma(at)ar-sd(dot)net> wrote:
> Hi to all, I have the problem that:
> select lower('MöBÜEL') or select upper('MöBÜEL') are not working well.
>
> I read on some forums that there is some locale setting that needs to
> be done here, but could not fix this.
>
> I am using the ASCII encoding.
By definition, ASCII does not contain any umlauts.
So I would advise that, first, you switch to an umlaut capable encoding
(e. G. Latin1, Latin9 or UTF-8).
HTH,
Markus
--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:schabios(at)logi-track(dot)com | www.logi-track.com
From | Date | Subject | |
---|---|---|---|
Next Message | Keith Worthington | 2004-11-09 22:14:21 | New Virus |
Previous Message | Tom Lane | 2004-11-09 16:53:26 | Re: server crash |
From | Date | Subject | |
---|---|---|---|
Next Message | Giulio Orsero | 2004-11-09 19:55:03 | Re: Drop all indexes of a table w/o knowing the index names |
Previous Message | Franco Bruno Borghesi | 2004-11-09 16:53:01 | Re: Simple SQL Question |