many ways:

iconv -f ISO-8859-1 -t UTF-8 ISO_FILE > UTF8_FILE

OR

recode ISO-8859-1..UTF-8 FILENAME

the later requires having the GNU recode program.. iconv comes with
every system as it is part of GNU C Library.

On Thu, 27 Jan 2005 12:30:22 +0200, Jad Madi <[EMAIL PROTECTED]> wrote:
> Salam
> any idea how to convert ISO 8856-1 to UTF-8 ?
> 
> --
> Web standards Planet
> http://www.w3planet.info/
> Personal Blogger
> http://www.EasyHTTP.com/jad/
> EasyHTTP Network
> http://www.EasyHTTP.com
> 
> _______________________________________________
> General mailing list
> [email protected]
> http://jolug.org/mailman/listinfo/general_jolug.org
> 


-- 
Yours, 
Isam Bayazidi

_______________________________________________
General mailing list
[email protected]
http://jolug.org/mailman/listinfo/general_jolug.org

Reply via email to