Re: CP1250 to and from Unicode conversion, how?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: CP1250 to and from Unicode conversion, how?
Дата
Msg-id 20011101100115E.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на CP1250 to and from Unicode conversion, how?  ("Nikola Milutinovic" <Nikola.Milutinovic@ev.co.yu>)
Список pgsql-general
> I have a database with text fields containing text with Windows CP-1250 encoding. How can I convert it to Unicode? I
havebuild the database with 

Sorry, the conversion between CP-1250 and Unicode is not currently
supported, nor in 7.2. Actually adding that would be pretty easy, but
we are in the beta freeze phase and can not add a new functionality.

BTW, CP-1250 is equivalent to ISO-8859-2? If so, you could use the
encoding name "LATIN2" instead of WIN1250 and it supports the
converion to/from UNICODE.

> Also, how can I enter a string containing Unicode chars from "psql"? What is the Unicode escape sequence?

No idea. Why not using Unicode aware terminals? I use emacs + mule-ucs.
--
Tatsuo Ishii

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

Предыдущее
От: "Roderick A. Anderson"
Дата:
Сообщение: Re: Postgresql Copy
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error in date_trunc function?