Re: UTF8 encoding and non-text data types

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: UTF8 encoding and non-text data types
Дата
Msg-id 87odbnidmt.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: UTF8 encoding and non-text data types  (Joe <dev@freedomcircle.net>)
Ответы Re: UTF8 encoding and non-text data types  (John Hasler <john@dhh.gt.org>)
Список pgsql-sql
"Joe" <dev@freedomcircle.net> writes:

> Tom Lane wrote:
>> Oh?  Interesting.  But even if we wanted to teach Postgres about that,
>> wouldn't there be a pretty strong risk of getting confused by Arabic's
>> right-to-left writing direction?  Wouldn't be real helpful if the entry
>> came out as 4321 when the user wanted 1234.  Definitely seems like
>> something that had better be left to the application side, where there's
>> more context about what the string means.
>>   
> The Arabic language is written right-to-left, except ... when it comes to
> numbers.

I don't think that matters anyways. Unicode strings are always in "logical"
order, not display order. Displaying the string in the right order is up to
the display engine in the Unicode world-view.

I'm not sure what to think about this though. It may be that Arabic notation
are close enough that it would be straightforward (IIRC decimal notation was
invented in the Arabic world after all). But other writing systems have some
pretty baroque notations which would be far more difficult to convert.

If anything I would expect this kind of conversion to live in the same place
as things like roman numerals or other more flexible formatting.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's 24x7 Postgres support!


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

Предыдущее
От: Joe
Дата:
Сообщение: Re: UTF8 encoding and non-text data types
Следующее
От: "Joost Kraaijeveld"
Дата:
Сообщение: Is DATETIME an ANSI-SQL type?