From: | "Per Aronsson" <per(at)mobilehits(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | UNICODE |
Date: | 2001-10-25 14:05:46 |
Message-ID: | 00fd01c15d5e$246125e0$c700a8c0@MSURFERS5 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Dear Rui,
Sorry to trouble you with a rather basic question. If you are too busy, please ignore it.
To enable localization of our new platform, we thought that saving all character strings as UNICODE would be a good idea. Even if the front-end (PHP) doesn't fully support UNICODE yet, we figured it's still good to have the database in that format, for the future. We have not installed mb_string.
We have created a UNICODE database and started experimenting with it (PostgreSQL)
./configure --enable-multibyte
createdb -E UNICODE me-e
My question is: do you need to convert strings to UTF-8 before adding them to the database, or is that done "automatically"?
Best regards,
Per Aronsson
mobilehits
From | Date | Subject | |
---|---|---|---|
Next Message | qk22 | 2001-10-25 14:07:47 | Re: Can not input large text data -- problem solved --Thank you! |
Previous Message | Ben-Nes Michael | 2001-10-25 13:59:43 | Re: Disable Transaction - plans ? |