diff options
-rw-r--r-- | src/utf8.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utf8.hh b/src/utf8.hh index eaf82b6f..e2f9f9a4 100644 --- a/src/utf8.hh +++ b/src/utf8.hh @@ -13,7 +13,7 @@ extern "C" { * "used to replace an incoming character whose value is unknown or otherwise * unrepresentable in Unicode" */ -const char utf8_replacement_char[] = "\xEF\xBF\xBD"; +static const char utf8_replacement_char[] = "\xEF\xBF\xBD"; uint_t a_Utf8_end_of_char(const char *str, uint_t i); uint_t a_Utf8_decode(const char*, const char* end, int* len); |