From 166e129e7ee7e026b44ed587d185957cf45cc6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 16 Dec 2016 20:35:13 +0000 Subject: Improve some unit strings with unicode characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic6812fd266832743962e020cfc8f0af2d4742fdf Reviewed-on: https://code.wireshark.org/review/19308 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann Reviewed-by: João Valverde --- wsutil/utf8_entities.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wsutil') diff --git a/wsutil/utf8_entities.h b/wsutil/utf8_entities.h index df1d9dc0f8..952d277906 100644 --- a/wsutil/utf8_entities.h +++ b/wsutil/utf8_entities.h @@ -45,6 +45,7 @@ */ #define UTF8_DEGREE_SIGN "\xc2\xb0" /* 176 / 0xb0 */ +#define UTF8_SUPERSCRIPT_TWO "\xc2\xb2" /* 178 / 0xb2 */ #define UTF8_MICRO_SIGN "\xc2\xb5" /* 181 / 0xb5 */ #define UTF8_MIDDLE_DOT "\xc2\xb7" /* 183 / 0xb7 */ -- cgit v1.2.1