Saving spanish text into DB (as unicode)

From: saisantoshi <mr(at)starsborn(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Saving spanish text into DB (as unicode)
Date: 2013-10-12 08:23:24
Message-ID: 1381566204558-5774371.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2013-10-12 16:44:36 Re: Java String saving as unicode in database
Previous Message saisantoshi 2013-10-12 08:19:03 Java String saving as unicode in database