Re: postgres 7 and eastern language

From: "Jorge Godoy" <jgodoy(at)gmail(dot)com>
To: "P(dot)M" <pmdanger(at)yahoo(dot)com>
Cc: "PostgreSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgres 7 and eastern language
Date: 2006-05-28 13:41:23
Message-ID: 1176.10.0.0.240.1148823683.squirrel@webmail.godoy.homeip.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hi,
>
> i would like to know what i have to do to make postgres 7 store some
> eastern languages with their particular letters. like czech, slovak, and
> so on....
>
> i'm sure that some unicode possibilities exist but which ones ?
> basically, end user will type some text including these special characters
> and i would like to be sure to store them in postgres DB perfectly.

It worked for me for Portuguese characters using Unicode. I also tried
some Japanese that I cut & pasted on my application by the time and it
worked fine.

You can always find some text in such idioms, cut & paste in your
application or INSERT command and see if it is preserved exactly the same
on the database.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Berislav Lopac 2006-05-28 14:24:56 Restoring databases from a different installment on Windows
Previous Message Michael Fuhr 2006-05-28 13:32:01 Re: stored function and grant execute