using initcap() for the French charater

Поиск
Список
Период
Сортировка
Искать
От
Emi Lu
Тема
using initcap() for the French charater
Дата
Msg-id
4433D37A.8030809@encs.concordia.ca
Список
Дерево обсуждения
using initcap() for the French charater Emi Lu <emilu@encs.concordia.ca>
Re: using initcap() for the French charater Tom Lane <tgl@sss.pgh.pa.us>
Hello,

I am having a problem of using initcap() for the French charater.

. create table test (id varchar(3));
. insert into test values('É');
. select initcap(id) from test;

*Got ERROR:*  invalid multibyte character for locale
HINT:  The server's LC_CTYPE locale is probably incompatible with the 
database encoding.


By the way, both my client and server encoding are  "UNICODE".

Ying


В списке pgsql-general по дате отправления
От: Tom Lane
Дата:
Сообщение: Re: pg_dump and copy command
От: Jonathan Beit-Aharon
Дата:
FAQ