Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-20 Thread Magnus Hagander
> >>> ICU support should make it to 8.1 I hear, which will make the > >>> bahaviour uniform. > >> > >> There was some discussion about that, but my impression > was that that > >> wasn't going to happen. > > > AFAIK the result was that it would go in as an alternative, > but not to > > *repla

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-20 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: >>> ICU support should make it to 8.1 I hear, which will make the >>> bahaviour uniform. >> >> There was some discussion about that, but my impression was >> that that wasn't going to happen. > AFAIK the result was that it would go in as an alternat

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-20 Thread Magnus Hagander
> > ICU support should make it to 8.1 I hear, which will make the > > bahaviour uniform. > > There was some discussion about that, but my impression was > that that wasn't going to happen. AFAIK the result was that it would go in as an alternative, but not to *replace* what's there now. //Magn

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-20 Thread Bruno Wolff III
On Wed, Jul 20, 2005 at 08:35:33 +1000, John Hansen <[EMAIL PROTECTED]> wrote: > > ICU support should make it to 8.1 I hear, which will make the bahaviour > uniform. There was some discussion about that, but my impression was that that wasn't going to happen. ---(end of

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-20 Thread Marcus Raphelt
Hi, PE> PostgreSQL does not support UTF8 locales on Windows, but the character PE> conversion should work the same on all platforms, shouldn't it? It works pretty fine even under win32, all umlauts are coverted as expexted, except for the "ß" (ß). For example, "Köln" converts to "Köln", but ""Gr

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-20 Thread Marcus Raphelt
Hi Tatsuo, Am Mittwoch, 20. Juli 2005 um 01:00 schrieben Sie: TI> conversion tables. So if german umlauts are converted fine, there's no TI> reason the conversion for german sharp s does not work. TI> Marcus, TI> Can you give me the exact error message from PostgreSQL when the TI> conversio fai

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-20 Thread Marcus Raphelt
Hi, Am Mittwoch, 20. Juli 2005 um 10:27 schrieben Sie: TI> Problem here is the result of convert(ort using utf_8_to_iso_8859_1) TI> is ISO-8859-1 but your database encoding is UTF-8, Not exactly, my database is in iso_8859_1, only the opengeodb-dump is solely available in utf-8. The whole thing

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german

2005-07-20 Thread Tatsuo Ishii
> TI> Problem here is the result of convert(ort using utf_8_to_iso_8859_1) > TI> is ISO-8859-1 but your database encoding is UTF-8, > > Not exactly, my database is in iso_8859_1, only the opengeodb-dump is > solely available in utf-8. > The whole thing is no problem so far, as I can convert the va

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german

2005-07-20 Thread Tatsuo Ishii
> Hi Tatsuo, > > Am Mittwoch, 20. Juli 2005 um 01:00 schrieben Sie: > > TI> conversion tables. So if german umlauts are converted fine, there's no > TI> reason the conversion for german sharp s does not work. > > TI> Marcus, > > TI> Can you give me the exact error message from PostgreSQL when t

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german

2005-07-19 Thread Tatsuo Ishii
> Magnus Hagander wrote: > > PostgreSQL 8.0 does not support UTF8 on Win32. You will need to > > convert the file before you load it into the database - look at for > > example the GNU iconv program to do this. > > PostgreSQL does not support UTF8 locales on Windows, but the character > conversio

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-19 Thread John Hansen
Magnus Hagander Wrote: > > > PostgreSQL 8.0 does not support UTF8 on Win32. You will need to > > > convert the file before you load it into the database - > look at for > > > example the GNU iconv program to do this. > > > > PostgreSQL does not support UTF8 locales on Windows, but > the charac

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-19 Thread Magnus Hagander
> > PostgreSQL 8.0 does not support UTF8 on Win32. You will need to > > convert the file before you load it into the database - look at for > > example the GNU iconv program to do this. > > PostgreSQL does not support UTF8 locales on Windows, but the > character conversion should work the same

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-19 Thread Peter Eisentraut
Magnus Hagander wrote: > PostgreSQL 8.0 does not support UTF8 on Win32. You will need to > convert the file before you load it into the database - look at for > example the GNU iconv program to do this. PostgreSQL does not support UTF8 locales on Windows, but the character conversion should work

Re: [BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-19 Thread Magnus Hagander
> Bug reference: 1775 > Logged by: Marcus Raphelt > Email address: [EMAIL PROTECTED] > PostgreSQL version: latest > Operating system: WinXP (dev), Win2000 (server) > Description:UTF8 to ISO does not convert the german "sharp s" > (ß) > Details: > > Hi, > > I currentl

[BUGS] BUG #1775: UTF8 to ISO does not convert the german "sharp s" (ß)

2005-07-19 Thread Marcus Raphelt
The following bug has been logged online: Bug reference: 1775 Logged by: Marcus Raphelt Email address: [EMAIL PROTECTED] PostgreSQL version: latest Operating system: WinXP (dev), Win2000 (server) Description:UTF8 to ISO does not convert the german "sharp s" (ß) Detail