From 2f393322635cbc1eea0fd75ac17c00d01fe42176 Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Thu, 6 Aug 2015 09:07:23 -0700 Subject: Prefix utf8proc functions to avoid conflict with existing library --- src/houdini_html_u.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/houdini_html_u.c (limited to 'src/houdini_html_u.c') diff --git a/src/houdini_html_u.c b/src/houdini_html_u.c old mode 100644 new mode 100755 index 7bb1f50..a2d927b --- a/src/houdini_html_u.c +++ b/src/houdini_html_u.c @@ -75,7 +75,7 @@ bufsize_t houdini_unescape_ent(cmark_strbuf *ob, const uint8_t *src, codepoint >= 0x110000) { codepoint = 0xFFFD; } - utf8proc_encode_char(codepoint, ob); + cmark_utf8proc_encode_char(codepoint, ob); return i + 1; } } -- cgit v1.2.3