Saving spanish text into DB (as unicode)

Поиск
Список
Период
Сортировка
От saisantoshi
Тема Saving spanish text into DB (as unicode)
Дата
Msg-id 1381566204558-5774371.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: Saving spanish text into DB (as unicode)
Список pgsql-jdbc
Hello,

My requrement is,  I will get a spanish text and  will have to get the
unicode value and store in the database.

For example:

Spanish Text : ¿cómo estás

Should be saved in the database as

\u00??? ( like a unicode string)

I need to convert into unicode and store that in the database. Is this
possible? If yes, could you please let me know.

Thanks and greatly appreciate your help.

Thanks,
Sai.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Saving-spanish-text-into-DB-as-unicode-tp5774371.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


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

Предыдущее
От: Martin Petras
Дата:
Сообщение: Re: Array of UUID is not supported
Следующее
От: saisantoshi
Дата:
Сообщение: Java String saving as unicode in database