Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: International support



> > I've chosen Postgres. Is there anything MySQL does that Postgres doesn't in 
> > terms of language support that I should be aware of? I've read some success 
> > stories about Japanese sites being done with php (i18n version) and mysql - 
> > but I prefer postgres' procedure and relational capabilities.
> 
> We create our pgsql database with MULE_INTERNAL. This is quite flexible
> and allows us to have postgres convert to the various different encodings
> for us. For example, when we enter stuff, we usually enter EUC, but to
> display on imode we need Shift-JIS. PostgreSQL handles this nicely. Currently
> unicode support is not really there yet. You can store stuff in unicode,
> but the conversion to various other encoding isn't ready yet. That said,
> I see in CVS that they've added shift-JIS to unicode conversion routines
> in 7.1. This is still in development though.

another tips is don't enable-locale to configure PostgreSQL.
If you enable-locale, then the database engine (postmaster)
uses strcoll which is locale sensitive behavior but glibc 2.1
does not support multibyte collation yet.

hope this help.

Hiro
--
Hiro Yoshioka/CTO, Miracle Linux
mailto:hyoshiok@example.com
http://www.miraclelinux.com
カーネルプログラマ募集中

Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links