iconv -f CP1256 -t UTF8 inputfile > outputfile

On Thu, 30 Jun 2005, khazaee wrote:

> hello all.
> I want to change the character set of a text file from CP1256 to UTF8,
> which one is better? :
> 1) use of high level library like icu or iconv from glibc.
> 2) low level transformation and use of wchar_t data type,(byte by byte)
> i mean does icu library or iconv functions do that perfectly?
> Or
> do you have any ideas?
> regards!
> H.khazaee
>
> _______________________________________________
> PersianComputing mailing list
> PersianComputing@lists.sharif.edu
> http://lists.sharif.edu/mailman/listinfo/persiancomputing
>
>

--behdad
http://behdad.org/
_______________________________________________
PersianComputing mailing list
PersianComputing@lists.sharif.edu
http://lists.sharif.edu/mailman/listinfo/persiancomputing

Reply via email to