UNICODE

Поиск
Список
Период
Сортировка
От Per Aronsson
Тема UNICODE
Дата
Msg-id 00ee01c15d5d$e5e3ae50$c700a8c0@MSURFERS5
обсуждение исходный текст
Список pgsql-novice
Hi,
 
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
 

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: undo delete w/ transaction?
Следующее
От: "Phillip J. Allen"
Дата:
Сообщение: Cannot Modify or Delete 'Some' Old Records?