summaryrefslogtreecommitdiff
path: root/wsutil
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-12-16 20:35:13 +0000
committerJoão Valverde <j@v6e.pt>2016-12-16 22:49:30 +0000
commit166e129e7ee7e026b44ed587d185957cf45cc6c4 (patch)
tree95931f5c70ee299e2e87965d5d3b1d87eec638e8 /wsutil
parent2892cc6603820db170cefe0b5939635bc95445d1 (diff)
downloadwireshark-166e129e7ee7e026b44ed587d185957cf45cc6c4.tar.gz
Improve some unit strings with unicode characters
Change-Id: Ic6812fd266832743962e020cfc8f0af2d4742fdf Reviewed-on: https://code.wireshark.org/review/19308 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'wsutil')
-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 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 */