Re: BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß) - Mailing list pgsql-bugs

From John Hansen
Subject Re: BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)
Date
Msg-id 5066E5A966339E42AA04BA10BA706AE50A9388@rodrick.geeknet.com.au
Whole thread Raw
In response to BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)  ("Marcus Raphelt" <marcus@raphelt.de>)
Responses Re: BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-bugs
Magnus Hagander Wrote:
> > > PostgreSQL 8.0 does not support UTF8 on Win32. You will need to=20
> > > convert the file before you load it into the database -=20
> look at for=20
> > > example the GNU iconv program to do this.
> >=20
> > PostgreSQL does not support UTF8 locales on Windows, but=20
> the character=20
> > conversion should work the same on all platforms, shouldn't it?
>=20
> I thought that was also handled in the locale code. But now=20
> that you say it, it's probably not - it should be the same.
> I'll withdraw my comment then, clearly wrong. Thanks for=20
> clearing that up.

Currently, it is very much so handled by the systems locale support,
hence it is handled differently depending on platform.

ICU support should make it to 8.1 I hear, which will make the bahaviour
uniform.

... John

>=20
>=20
> //Magnus
>=20
> ---------------------------(end of=20
> broadcast)---------------------------
> TIP 6: explain analyze is your friend
>=20
>=20

pgsql-bugs by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)
Next
From: Tatsuo Ishii
Date:
Subject: Re: BUG #1775: UTF8 to ISO does not convert the german