[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Questions regarding utf-8



     Thanks to all who replied to my recent question on this subject.

     Andreas Metzler <ametzler@downhill.at.eu.org> wrote:

> With glibc I'd use
> iconv --from=SRC-ENCODING --to=DST-ENCODING//TRANSLIT
> if it is acceptable to change the length of strings. This will replace
> e.g. the Euro-Symbol with "EUR".

     Without //TRANSLIT, iconv fails if DST-ENCODING is US or ASCII,
but with //TRANSLIT, all characters that aren't included in ASCII are
rendered as `?'.  This useful, but not as useful as the conversions
performed by recode.  Where is `//TRANSLIT' documented?

Regards,

Bob
-- 
   _
  |_)  _  |_    Robert D. Hilliard        <hilliard@debian.org>
  |_) (_) |_)   1294 S.W. Seagull Way     <bob@bobhilliard.net>
                Palm City, FL 34990 USA   GPG Key ID: 390D6559 
                                            



Reply to: