[Techtalk] Changing the character encoding of multiple files
frauke
kttywu at yahoo.de
Wed May 28 19:47:44 UTC 2008
Thank you so much, iconv did the trick!
You saved me a lot of time :)
Thanks again
Frauke
Eeva Järvinen schrieb:
> On Wed, May 28, 2008 at 03:09:28PM +0200, frauke wrote:
>> I managed to convert all the files, that create the russian version of
>> the framework, using enca, but enca doesn't support 'de' as a locale
>> (it's designed only for conversion of eastern-european languages). Does
>> anyone know of a tool that supports conversion of multiple (php-) files
>> into unicode?
>
> iconv should do the trick. Probably something like 'iconv
> --from-code=iso-8859-1 --to-code=utf-8 yourfile.php >newfile.php'
>
>
> HTH,
> Eeva
>
More information about the Techtalk
mailing list