Re: Problem with accessing Russian UTF database

Поиск
Список
Период
Сортировка
От Guillaume Cottenceau
Тема Re: Problem with accessing Russian UTF database
Дата
Msg-id 877i6qssr9.fsf@mnc.ch
обсуждение исходный текст
Ответ на Re: Problem with accessing Russian UTF database  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Oliver Jowett <oliver 'at' opencloud.com> writes:

> Ronald Vyhmeister wrote:
>
>> As for the Unicode escapes, how do I determine them?
>
> The syntax of a unicode escape in Java is \uNNNN where NNNN is the hex
> value of the Unicode codepoint you want to use.
>
> See http://unicode.org/charts/ to find the particular ones you need
> (e.g. Cyrillic is in http://unicode.org/charts/PDF/U0400.pdf)

Or easier yet, use native2ascii!

[gc@meuh ~] echo 'André is nice' | native2ascii
Andr\u00e9 is nice

--
Guillaume Cottenceau

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

Предыдущее
От: "Ronald Vyhmeister"
Дата:
Сообщение: Re: Problem with accessing Russian UTF database
Следующее
От: Guillaume Cottenceau
Дата:
Сообщение: Re: Problem with accessing Russian UTF database