Re: Encoding Issue with UNICODE

Поиск
Список
Период
Сортировка
От Stephane Bortzmeyer
Тема Re: Encoding Issue with UNICODE
Дата
Msg-id 20050414075628.GA26171@nic.fr
обсуждение исходный текст
Ответ на Re: Encoding Issue with UNICODE  (fritz-bayer@web.de (Fritz Bayer))
Список pgsql-general
On Tue, Apr 12, 2005 at 03:39:45AM -0700,
 Fritz Bayer <fritz-bayer@web.de> wrote
 a message of 53 lines which said:

> I mean unicode itself is 16 bit long.

This is completely false. Unicode itself is just a table and, since it
contains more than 100,000 characters, you cannot index them with 16
bits.

Unicode has various encodings, some fixed-size, like UTF-32, some not.

> So "münchen" should expand to 14 characters. But only ü expands to
> two characters.

Perfectly normal with UTF-8, where the size of an Unicode charactere
is not fixed.

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

Предыдущее
От: "Steve - DND"
Дата:
Сообщение: Can't install pltcl on Windows 8.0
Следующее
От: Dawid Kuroczko
Дата:
Сообщение: Re: psql vs perl prepared inserts