I'm in the process of changing ports from ports iconv to iconv in base. I noticed that transliteration doesn't work in base as it does with iconv from ports. Examples:
"T\xc5\xbdst" ports: "TZst" base: "Tst" "T\xe2\x82\xacst" ports: "TEURst" base: "Tst" Conversion done using: iconv_open("ISO8859-1//IGNORE//TRANSLIT", "UTF-8"); Any ideas? -- Michael Gmelin _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"