Re: Server-side support of all encodings

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Server-side support of all encodings
Дата
Msg-id 20070329185405.GA17519@svana.org
обсуждение исходный текст
Ответ на Re: Server-side support of all encodings  ("Dezso Zoltan" <dezso.zoltan@gmail.com>)
Список pgsql-hackers
On Wed, Mar 28, 2007 at 10:44:00AM +0900, Dezso Zoltan wrote:
> My question is, however: what would be the best practice if it was
> imperative to use SJIS encoding for texts and no built-in conversions
> are useful? To elaborate, I need to support japanese emoji characters,
> which are special emoticons for mobile phones. These characters are
> usually in a region that is not specified by the standard SJIS,

Unicode also defines a region for user-defined characters. While it may
be odd, perhaps it would be reasonable to map the user-defined space in
SJIS to somewhere in the user-defined pace in Unicode, so that at least
you round-trip consistancy.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: [PATCHES] Full page writes improvement, code update
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: CREATE INDEX and HOT - revised design