Re: BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Florian Wunderlich" <fwunderlich(at)factor3(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE
Date: 2007-05-28 19:15:07
Message-ID: 7835.1180379707@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Florian Wunderlich" <fwunderlich(at)factor3(dot)de> writes:
> The following commands are
> used in a file encoded in iso-8859-1:

> set client_encoding='utf-8';
> select upper('');

Isn't that pilot error, plain and simple? You told the machine your
input is in utf8, not latin1.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Florian Wunderlich 2007-05-28 19:48:29 Re: BUG #3316: upper() does not convert to upper case on database with encoding utf-8 and locale de_DE
Previous Message Greg Quinn 2007-05-28 18:43:18 Vista always prompts for password on createdb.exe