Обсуждение: Changing text encoding rapidly

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

Changing text encoding rapidly

От
"Philippe Kiener"
Дата:
Hello
I run a web site that used to use the iso-8859-1 encoding.
I have stored a lot of string in a lot of different table with php. All those strings are now store as iso-8859-1 in my database.
I would like now to encode all the text field of my database to UTF-8, because I would like my site to use UTF-8 encoding. Is there a quick way to encode from iso-8859-1 to UTF-8 all my text and varchar field of all my tables with a utility?
 
Thanks for your help
Greetings
Philippe Kiener