OSDN Git Service

gettext: add is_utf8_locale()
[git-core/git.git] / gettext.h
index 33696a4..7eee64a 100644 (file)
--- a/gettext.h
+++ b/gettext.h
@@ -90,5 +90,6 @@ const char *Q_(const char *msgid, const char *plu, unsigned long n)
 #endif
 
 const char *get_preferred_languages(void);
+extern int is_utf8_locale(void);
 
 #endif