Tomas Vondra <t...@fuzzy.cz> writes: > On 20.12.2014 19:05, Tom Lane wrote: >> I am betting that you recreated them differently from before.
> Aaaaand you're probably right. Apparently, I recreated them like this: > $ localedef -v -c -i cs_CZ -f WIN-1250 cs_CZ.WIN-1250 > but the correct way seems to be this: > $ localedef -v -c -i cs_CZ -f CP1250 cs_CZ.WIN-1250 Interesting. Apparently, instead of failing outright on an unrecognized charmap name, localedef just substituted ASCII and plowed ahead. Bad dog. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers