From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] name that character set Date: Thu, 6 Jan 2005 13:13:41 -0700 From: andrey mirtchovski In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 2848b86e-eace-11e9-9e20-41e7f4b1d025 it doesn't look like such thing exists... here's what i did in unix: mirtchov@fbsd$ iconv --list | sed 's/..$//' > iconv mirtchov@fbsd$ unicode 0xc2 > test mirtchov@fbsd$ unicode 0x80 >> test mirtchov@fbsd$ for i in `cat iconv`; do echo -n "$i "; iconv -f $i -t UTF= 8 test; done | grep =C2=A3 ... and got no matches. i may have botched something too :)