From 9b7cfb7c8d8d337554ad7c5995ce75fac52c7d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Sun, 17 Sep 2017 19:28:31 +0200 Subject: Move utf8_locale to its own file So that we can easily use it from tests. --- src/utf8.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/utf8.h (limited to 'src/utf8.h') diff --git a/src/utf8.h b/src/utf8.h new file mode 100644 index 0000000..10cec7f --- /dev/null +++ b/src/utf8.h @@ -0,0 +1,6 @@ +#ifndef UTF8_H +#define UTF8_H + +extern int utf8_locale; + +#endif -- cgit v1.2.3