Michael Gmelin <free...@grem.de> wrote
  in <20131206001554.0d9d3...@bsd64.grem.de>:

fr> I'm in the process of changing ports from ports iconv to iconv in base.
fr> I noticed that transliteration doesn't work in base as it does with
fr> iconv from ports. Examples:
fr>
fr> "T\xc5\xbdst"
fr> ports: "TZst"
fr> base: "Tst"
fr>
fr> "T\xe2\x82\xacst"
fr> ports: "TEURst"
fr> base: "Tst"
fr>
fr> Conversion done using:
fr> iconv_open("ISO8859-1//IGNORE//TRANSLIT", "UTF-8");
fr>
fr> Any ideas?

 //TRANSLIT is a GNU iconv specific extension and iconv in base (and
 other POSIX systems) does not support it.  Does your software depend
 on it?

-- Hiroki

Attachment: pgpnC6G4SUdyE.pgp
Description: PGP signature

Reply via email to