upper/lower for german characters

upper/lower for german characters

am 09.11.2004 15:58:27 von klodoma

This is a multi-part message in MIME format.

------=_NextPart_000_022C_01C4C67D.54F9B880
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi to all, I have the problem that:=20
select lower('MöBÜEL') or select upper('MöBÜEL') are not working =
well.=20

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.



Please advice.=20

Thakx.
Andy.


------=_NextPart_000_022C_01C4C67D.54F9B880
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">




Hi to all, I have the problem that: =

select lower('MöBÜEL') or select =
upper('MöBÜEL')=20
are not working well.


I read on some forums that there is some =
locale=20
setting that needs to be done here, but could not fix this.


I am using the ASCII encoding.


 


Please advice.


size=3D2>Thakx.
Andy.



------=_NextPart_000_022C_01C4C67D.54F9B880--

Re: upper/lower for german characters

am 09.11.2004 18:59:31 von schabios

Hi, Andrei,

On Tue, 9 Nov 2004 16:58:27 +0200
"Andrei Bintintan" wrote:

> Hi to all, I have the problem that:=20
> select lower('MöBÜEL') or select upper('MöBÜEL') are not working =
well.
>=20
> I read on some forums that there is some locale setting that needs to
> be done here, but could not fix this.
>=20
> 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

--=20
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@logi-track.com | www.logi-track.com

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Re: [SQL] upper/lower for german characters

am 09.11.2004 18:59:31 von Markus Schaber

Hi, Andrei,

On Tue, 9 Nov 2004 16:58:27 +0200
"Andrei Bintintan" wrote:

> Hi to all, I have the problem that:=20
> select lower('MöBÜEL') or select upper('MöBÜEL') are not working =
well.
>=20
> I read on some forums that there is some locale setting that needs to
> be done here, but could not fix this.
>=20
> 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

--=20
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@logi-track.com | www.logi-track.com

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Re: [SQL] upper/lower for german characters

am 10.11.2004 08:04:00 von Contact

Hi Markus,

I tried different types of encoding, LATIN1 to LATIN 9, still the same
behavior. I read a few forums, but there I couldn't find a concrete answe=
r
for this.

So... still searching.

Best regards,
Andy.

----- Original Message -----
From: "Markus Schaber"
To: "Andrei Bintintan"
Cc: ;
Sent: Tuesday, November 09, 2004 7:59 PM
Subject: Re: [SQL] upper/lower for german characters


Hi, Andrei,

On Tue, 9 Nov 2004 16:58:27 +0200
"Andrei Bintintan" wrote:

> Hi to all, I have the problem that:
> select lower('MöBÜEL') or select upper('MöBÜEL') are not workin=
g 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@logi-track.com | www.logi-track.com

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly



---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend