aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/utf8_entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/utf8_entities.h')
-rw-r--r--wsutil/utf8_entities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/utf8_entities.h b/wsutil/utf8_entities.h
index 0fab083674..62254c1736 100644
--- a/wsutil/utf8_entities.h
+++ b/wsutil/utf8_entities.h
@@ -31,6 +31,7 @@
* and other places
*/
+#define UTF8_DEGREE_SIGN "\xc2\xb0" /* 176 / 0xb0 */
#define UTF8_MIDDLE_DOT "\xc2\xb7" /* 183 / 0xb7 */
#define UTF8_BULLET "\xe2\x80\xa2" /* 8226 / 0x2024 */