BUG #12542: Incorrect behaviour of lower and upper on accented vocals in UTF8

From: orsini(at)unive(dot)it
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12542: Incorrect behaviour of lower and upper on accented vocals in UTF8
Date: 2015-01-14 07:08:58
Message-ID: 20150114070858.2502.61521@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12542
Logged by: Renzo Orsini
Email address: orsini(at)unive(dot)it
PostgreSQL version: 9.3.5
Operating system: Mac OS X
Description:

When lower and upper are applied to UTF8 strings with accented letters, they
have an incorrect behaviour, for instance, upper('Autorità') returns
'AUTORITà' and not 'AUTORITÀ' as it should. Similarly, lower('AUTORITÀ')
returns lower('autoritÀ').

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2015-01-14 14:05:52 Re: Patch: [BUGS] BUG #12320: json parsing with embedded double quotes
Previous Message rafael.faria 2015-01-13 23:37:51 BUG #12538: Transação concorrente