summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimo <timotejs@gmail.com>2019-07-24 14:32:08 +0200
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-07-24 14:32:08 +0200
commit19f1bd14debbc3654f156d05e44b792efc45d3d3 (patch)
tree46d7fa0ff3e17c2c58e295044da6a37850c7255d /Makefile.am
parentadb7026b14fea7bbebee93c8958d92ee9cf1efaf (diff)
Utf8 Badge Fix And URL Parser International Support (initial) (#6426)
#### Summary Fixes #3117 Additionally it adds support for UTF-8 in URL parser (as it should). Label sizes now are updated by browser with JavaScript (although guess is still calculated by verdana11_widths with minor improvements) #### Component Name API/Badges, LibNetData/URL #### Additional Information It was found that not only verdana11_widths need to be updated but the url parser replaces international characters with spaces (one space per each byte of multibyte character). Therefore I update both to support international chars.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bc928bba87..de161c849d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -167,6 +167,7 @@ LIBNETDATA_FILES = \
libnetdata/json/jsmn.h \
libnetdata/health/health.c \
libnetdata/health/health.h \
+ libnetdata/string/utf8.h \
$(NULL)
APPS_PLUGIN_FILES = \