Обсуждение: Arabic Language

Поиск
Список
Период
Сортировка

Arabic Language

От
"TUC Solutions"
Дата:

Dear Sir/Madam,

 

We have developed an accounting solution using Linux and Postgresql as an open source database. Storing data in English is not an issue but we need your assistance to guide us on how can we store multi language English/Arabic characters using Postgresql.

 

Your assistance is highly appreciated.

 

Samir Faisal

G.M.

T.U.C.

Mobile:+ 966569879720

Tel:+ 966222841167

Fax: + 96626658715 ext 108

email: info@tucsolutions.com

www.tucsolutions.com

 

Re: Arabic Language

От
"Pavel Stehule"
Дата:
> Dear Sir/Madam,
>
> We have developed an accounting solution using Linux and Postgresql as an
> open source database. Storing data in English is not an issue but we need
> your assistance to guide us on how can we store multi language
> English/Arabic characters using Postgresql.
>

Hello

simply, use UTF8 encoding:

createdb -E UTF8 yourdatabase

Regards
Pavel Stehule