On 11/7/05, Khan <[EMAIL PROTECTED]> wrote:
I'm trying to convert my windows-1250 database to Unicode, UTF-8. Is
there any script that can do the job?

What kind of database is it?
If it's something the likes of postgresql or mysql, you could dump the database to a text file, use recode or iconv to change the file encoding, and then import it into a new unicode database.

--
Bruno Lustosa, aka Lofofora          | Email: [EMAIL PROTECTED]
Network Administrator/Web Developper | ICQ: 1406477
Rio de Janeiro - Brazil              |

Reply via email to