Re: BUG #2193: INITCAP and LOWER/UPPER string conversion error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andras Got" <andrej1981(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2193: INITCAP and LOWER/UPPER string conversion error
Date: 2006-01-22 04:07:47
Message-ID: 4027.1137902867@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Andras Got" <andrej1981(at)gmail(dot)com> writes:
> I'm trying to select with LOWER/UPPER and INITCAP but they return bad values
> after hungarian accentuated letters (e.g:
> ).

Are you sure you are using the right locale and database encoding?
If so, what are they?

There are some locale-related fixes in the latest releases (8.0.6
and 8.1.2), though I'm not sure if they address your problem.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-01-22 04:12:23 Re: BUG #2194: Start Script in the package doesn't work
Previous Message Tom Lane 2006-01-22 04:04:23 Re: BUG #2187: ERROR: buffer xxxxx is not owed by resource owner TopTransaction