BUG #16600: Postgres can't upper lower diacritic character of Croatina alfabet - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16600: Postgres can't upper lower diacritic character of Croatina alfabet
Date
Msg-id 16600-e12cfc7b2b9ed806@postgresql.org
Whole thread Raw
Responses Re: BUG #16600: Postgres can't upper lower diacritic character of Croatina alfabet
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16600
Logged by:          Dusan Djuric
Email address:      dusan.djuric@istratech.hr
PostgreSQL version: 12.3
Operating system:   Win 10 Pro (sys&input locale hr;Croatian cp:852)
Description:

Postgres can't upper lower diacritic character of Croatina alfabet
š,đ,č,ć,ž,Š,Đ,Č,Ć,Ž,

Test case:
SHOW SERVER_ENCODING; --UTF8
SHOW CLIENT_ENCODING; --UNICODE

SELECT upper('a') = upper('a') -- true
SELECT upper('A') = upper('a') -- true
SELECT upper('a') = upper('A') -- true
SELECT upper('A') = upper('A') -- true
SELECT upper('a') = 'A' -- 

SELECT upper('š') = upper('š') -- true
SELECT upper('Š') = upper('š') -- false
SELECT upper('š') = upper('Š') -- false
SELECT upper('Š') = upper('Š') -- true
SELECT upper('š') = 'Š' -- false


SELECT
'šđč枊ĐČĆŽ',upper('šđč枊ĐČĆŽ'),lower('šđč枊ĐČĆŽ')--"šđč枊ĐČĆŽ"    "šđč枊ĐČĆŽ"    "šđč枊ĐČĆŽ"


pgsql-bugs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Pg_restore failed
Next
From: PG Bug reporting form
Date:
Subject: BUG #16601: Restore Issue