Re: Saving spanish text into DB (as unicode)

From: dmp <danap(at)ttc-cmc(dot)net>
To: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Saving spanish text into DB (as unicode)
Date: 2013-10-12 16:52:38
Message-ID: 52597E56.40408@ttc-cmc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

Sample already sent on getting into database, so yes. Conversion
of characters to unicode is covered in any decent introduction programming
book.

danap.

saisantoshi wrote:
> 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.
>
>

In response to

Browse pgsql-jdbc by date

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