From fb308be6c189c1b2d52c862a63709a896095c532 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 9 Dec 2014 10:12:02 +0100 Subject: [PATCH] adg: use another diameter symbol by default The UTF-8 symbol "\xE2\x8C\x80" is more semantically correct but not backed up by the fonts (e.g. CentOS 5.4 and Windows XP). Use the "\xC3\xB8" phi instead. --- src/adg/adg-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adg/adg-utils.h b/src/adg/adg-utils.h index 87e7c360..0603cf83 100644 --- a/src/adg/adg-utils.h +++ b/src/adg/adg-utils.h @@ -32,7 +32,7 @@ #define ADG_DIR_LEFT G_PI #define ADG_DIR_UP -G_PI_2 -#define ADG_UTF8_DIAMETER "\xE2\x8C\x80" +#define ADG_UTF8_DIAMETER "\xC3\xB8" #define ADG_UTF8_DEGREE "\xC2\xB0" -- 2.11.4.GIT