ascii2utf-8

2010-09-28 Thread Hiisi
Hi. I need to convert a bunch of ascii-files to utf-8 encoding. Now files have the following encoding: $ enca poster.tex 7bit ASCII characters Whatever I do (enca, iconv) I'm unable to change it to utf-8. Is it possible at all? TIA -- Hiisi. Registered Linux User #487982. Be counted at:

Re: ascii2utf-8

2010-09-28 Thread fedora
perl-Unicode-String suomi On 2010-09-28 08:48, Hiisi wrote: Hi. I need to convert a bunch of ascii-files to utf-8 encoding. Now files have the following encoding: $ enca poster.tex 7bit ASCII characters Whatever I do (enca, iconv) I'm unable to change it to utf-8. Is it possible at all?

Re: ascii2utf-8

2010-09-28 Thread Hiisi
2010/9/28 fedora fed...@ayni.com: perl-Unicode-String suomi On 2010-09-28 08:48, Hiisi wrote: Hi. I need to convert a bunch of ascii-files to utf-8 encoding. Now files have the following encoding: $ enca poster.tex 7bit ASCII characters Whatever I do (enca, iconv) I'm unable to change

Re: ascii2utf-8

2010-09-28 Thread Mogens Kjaer
On 09/28/2010 08:48 AM, Hiisi wrote: Hi. I need to convert a bunch of ascii-files to utf-8 encoding. ASCII-7 is a subset of UTF-8, so any ASCII-7 encoded file is also a UTF-8 encoded file. Why do you need to convert the files? Mogens -- Mogens Kjaer, m...@lemo.dk http://www.lemo.dk --

Re: ascii2utf-8

2010-09-28 Thread JD
On 09/27/2010 11:48 PM, Hiisi wrote: Hi. I need to convert a bunch of ascii-files to utf-8 encoding. Now files have the following encoding: $ enca poster.tex 7bit ASCII characters Whatever I do (enca, iconv) I'm unable to change it to utf-8. Is it possible at all? TIA OpenOffice to the

Re: ascii2utf-8

2010-09-28 Thread fedora
man Unicode::String On 2010-09-28 09:13, Hiisi wrote: 2010/9/28 fedorafed...@ayni.com: perl-Unicode-String suomi On 2010-09-28 08:48, Hiisi wrote: Hi. I need to convert a bunch of ascii-files to utf-8 encoding. Now files have the following encoding: $ enca poster.tex 7bit ASCII