From: Lutz <lu...@us...> - 2005-05-02 21:48:14
|
On Mon, 2005-05-02 at 20:33 +0200, Hans Ulrich Niedermann wrote: > Then libexif must tell the frontend the gettext domain libexif uses, > which IMHO isn't the frontend's business. > const char *exif_set_message_codeset(const char *codeset) > const char *exif_init_gettext(void) I don't like the static variable in exif_init_gettext at all. Is "bindtextdomain" that expensive that we can't call it in every function that returns strings? If people would like to optimize libexif for speed, they'd compile libexif without NLS anyways.=20 Regards --=20 Lutz M=FCller <lu...@us...> |