[Techtalk] Changing the character encoding of multiple files

Eeva Järvinen eevaj at welho.com
Wed May 28 15:27:07 UTC 2008


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

-- 
Secretum meum mihi.


More information about the Techtalk mailing list