On 21 Jun 2006, Voytek Eymont <[EMAIL PROTECTED]> wrote: > how do I convert a file from ISO Latin2 8859-2 to UTF8 ?
iconv -f iso-8859-2 -t utf-8 < file > out -- Martin -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
