On Wed, Nov 30, 2005 at 03:27:14PM +0000, Christian Weisgerber wrote: > Marc Espie <[EMAIL PROTECTED]> wrote: > > > > > >>GLib: Cannot convert message: Conversion from character set 'UTF-8' > > > > >>to > > > > >>'646' is not supported > > > > Looks like the charset.alias file from libiconv needs to be completed > > with info about what to do with 646... > > "646" as a designation is a bit weird. This should really be > "ISO-646" aka "ASCII". I guess I should take a look how glib arrives > at "646".
You don't have to look. It's the default runelocale, in libc/locale. If you want it to be ASCII, just so be it. However, I'd rather not touch it. I think that just writing an alias that says 646 is ASCII in charset.alias will fix everything for now.
