Differences between iconv from ports and iconv in base (transliteration)

2013-12-05 Thread Michael Gmelin
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

Re: Differences between iconv from ports and iconv in base (transliteration)

2013-12-05 Thread Michael Gmelin
On Fri, 6 Dec 2013 00:15:54 +0100 Michael Gmelin wrote: > 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\xa

Re: Differences between iconv from ports and iconv in base (transliteration)

2013-12-06 Thread Hiroki Sato
Michael Gmelin 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:

Re: Differences between iconv from ports and iconv in base (transliteration)

2013-12-06 Thread Michael Gmelin
On Fri, 06 Dec 2013 11:36:57 +0900 (JST) Hiroki Sato wrote: > Michael Gmelin wrote > in <20131206001554.0d9d3...@bsd64.grem.de>: > > fr> I'm in the process of changing ports from ports iconv to iconv in > fr> base. I noticed that transliteration doesn't work in base as it > fr> does with icon