Marcin Cieslak wrote: > Well, in this case everybody will be force to have UTF-8 in output > on-screen, not useful for people using ISO8859-*, KOI8-R and similar > things... Can't we do: setlocale(LC_CTYPE, ""); charset = nl_langinfo(CODESET); setlocale(LC_CTYPE, "C"); to allow an arbitrary character set? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html