diff options
author | 2010-11-04 06:44:54 +0000 | |
---|---|---|
committer | 2010-11-04 06:44:54 +0000 | |
commit | d4a893ffbb20d3739201ecd995579528c8494b4f (patch) | |
tree | 782a74e3c9198bfd4f06b8660026a331c95490b4 /src/lib/util/unicode.h | |
parent | ae4981f8a99330724ee55b3f100b3dcee1a0b96b (diff) |
Fix O umlaut like I suggested, hoping this will fix XML parsing for -listxml
Diffstat (limited to 'src/lib/util/unicode.h')
-rw-r--r-- | src/lib/util/unicode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/unicode.h b/src/lib/util/unicode.h index 9e263224072..e5d4b3bd8c4 100644 --- a/src/lib/util/unicode.h +++ b/src/lib/util/unicode.h @@ -68,6 +68,8 @@ #define UTF8_MULTIPLY "\xc3\x97" /* multiplication symbol */ #define UTF8_DEGREES "\xc2\xb0" /* degrees symbol */ +#define O_UMLAUT "\xc3\x96" /* capital O with an umlaut */ + /*************************************************************************** |