summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-27 10:03:13 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-27 10:03:13 -0700
commitff0b2745a70f8ae3611fe9eaf98c9ebbb3c2da1f (patch)
treeab55fc3b0dfa4f9ce2420dc12b5a361146aab8c2 /dive.h
parentdf8107830e24ce3687d37ee245a4e38202deea5f (diff)
parenta3ce871e0ad8981964a189321ac70d021c8ac145 (diff)
downloadsubsurface-ff0b2745a70f8ae3611fe9eaf98c9ebbb3c2da1f.tar.gz
Merge branch 'toolbar-ruler-rb' of github.com:mguentner/subsurface
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index fcfc20b34..dbfaf7202 100644
--- a/dive.h
+++ b/dive.h
@@ -658,6 +658,10 @@ const char *weekday(int wday);
const char *monthname(int mon);
#define UTF8_DEGREE "\xc2\xb0"
+#define UTF8_DELTA "\xce\x94"
+#define UTF8_UPWARDS_ARROW "\xE2\x86\x91"
+#define UTF8_DOWNWARDS_ARROW "\xE2\x86\x93"
+#define UTF8_AVERAGE "\xc3\xb8"
#define UCS4_DEGREE 0xb0
#define UTF8_SUBSCRIPT_2 "\xe2\x82\x82"
#define UTF8_WHITESTAR "\xe2\x98\x86"