Re: [GENERAL] Invalid byte sequence for encoding UTF-8 0xc3\n

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [GENERAL] Invalid byte sequence for encoding UTF-8 0xc3\n
Дата
Msg-id c90f3a94-128a-a2bd-c6e7-d8f3ac98709a@hogranch.com
обсуждение исходный текст
Ответ на [GENERAL] Invalid byte sequence for encoding UTF-8 0xc3\n  (Igor Korot <ikorot01@gmail.com>)
Ответы Re: [GENERAL] Invalid byte sequence for encoding UTF-8 0xc3\n
Список pgsql-general
On 7/30/2017 1:19 PM, Igor Korot wrote:
> I am using a database for my project that I created inside SQLite3.
> This database contains a table called "abc<ALT+225>" (it is "abc" +
> symbol with the code 225 -
> greek letter "beta or a German symbol for "ss").

in what encoding?   in ISO 8859-1, -15, beta aka sharp S is code 223
(U+00DF), not 225.  in UTF-8, its C3,9F.

> ...
> Both the database and the table are created with default encoding.

what encodings are default on your system ?    `\l+` in psql should show
the encodings.


--
john r pierce, recycling bits in santa cruz



В списке pgsql-general по дате отправления:

Предыдущее
От: Igor Korot
Дата:
Сообщение: [GENERAL] Invalid byte sequence for encoding UTF-8 0xc3\n
Следующее
От: Igor Korot
Дата:
Сообщение: Re: [GENERAL] Invalid byte sequence for encoding UTF-8 0xc3\n