From: | Thom Brown <thombrown(at)gmail(dot)com> |
---|---|
To: | venkat <ven(dot)tammineni(at)gmail(dot)com> |
Cc: | pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | Re: How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL |
Date: | 2010-06-22 14:38:27 |
Message-ID: | AANLkTinO5kAgxHkcgjOElj-XL06VoFThHUToNie7B2MC@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-sql |
On 22 June 2010 11:48, venkat <ven(dot)tammineni(at)gmail(dot)com> wrote:
> Dear All,
>
> I want to insert and retrieve multilingual (Hindi) into
> database.is PostgreSQL supports that ?if it is ... please guide me how to
> enable multilingual in the table.
>
> I am waiting for your great response.
> Thanks and Regards,
> Venkat
Do you just mean storing Devanagari text or storing multiple languages
alongside one another? If the former, I think you'll just need to set
the database encoding to UTF8.
If it's the latter, this may be useful to you:
http://rwec.co.uk/blog/2009/11/atomic-translations-part-1/
http://rwec.co.uk/blog/2009/12/atomic-translations-part-2/
Regards
Thom
From | Date | Subject | |
---|---|---|---|
Next Message | Stephane Bortzmeyer | 2010-06-22 14:40:17 | Re: How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL |
Previous Message | Adrian von Bidder | 2010-06-22 14:35:01 | Re: What type of index should I use? |
From | Date | Subject | |
---|---|---|---|
Next Message | Stephane Bortzmeyer | 2010-06-22 14:40:17 | Re: How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL |
Previous Message | venkat | 2010-06-22 10:48:48 | How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL |