OTHER_8BIT        242 lib/charsets.c     return (n < 0) ? OTHER_8BIT : ((codepage_desc *) g_ptr_array_index (codepages, n))->id;
OTHER_8BIT        254 lib/charsets.c     if (strcmp (id, OTHER_8BIT) == 0)