diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-09-27 10:03:13 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-27 10:03:13 -0700 |
commit | ff0b2745a70f8ae3611fe9eaf98c9ebbb3c2da1f (patch) | |
tree | ab55fc3b0dfa4f9ce2420dc12b5a361146aab8c2 /dive.h | |
parent | df8107830e24ce3687d37ee245a4e38202deea5f (diff) | |
parent | a3ce871e0ad8981964a189321ac70d021c8ac145 (diff) | |
download | subsurface-ff0b2745a70f8ae3611fe9eaf98c9ebbb3c2da1f.tar.gz |
Merge branch 'toolbar-ruler-rb' of github.com:mguentner/subsurface
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |