I did this some time ago and worked just fine:

[EMAIL PROTECTED] $ iconv -t UTF-8 -f ISO-8859-1 linuxer-latin1.sql -
o linuxer-utf.sql

-t => to
-f => from
<inputfile>
-o <outputfile>

Hope that helps.
- Eduardo

On Oct 29, 11:31 am, cakeFreak <[EMAIL PROTECTED]> wrote:
> Hey guys,
>
> I need to convert all tables of an old site from latin1_general_ci (or
> latin1_swedish_ci) to utf8_unicode_ci
>
> Is there a convenient way/script that you would suggest to perform
> this task in order to avoid to fill pages with strange chars?!?
>
> Cheers in advance!
>
> Dan


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to