summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-11-27 15:16:47 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-11-28 04:49:15 -0800
commit9dcbe121586cbfc2982c3fef4c17842e23343f68 (patch)
treed55ad213185b259fb708738fada4d12fdf94bb3c /utf8.h
parent2be3e1907e6f6fea92dc9617cb0d21982ebfbe7f (diff)
downloadperl-9dcbe121586cbfc2982c3fef4c17842e23343f68.tar.gz
utf8.h: Add #define for Greek small MU
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index ef5feccfaf..6864b3a625 100644
--- a/utf8.h
+++ b/utf8.h
@@ -275,6 +275,7 @@ Perl's extended UTF-8 means we can have start bytes up to FF.
#define UNICODE_GREEK_CAPITAL_LETTER_SIGMA 0x03A3
#define UNICODE_GREEK_SMALL_LETTER_FINAL_SIGMA 0x03C2
#define UNICODE_GREEK_SMALL_LETTER_SIGMA 0x03C3
+#define GREEK_SMALL_LETTER_MU 0x03BC
#define UNI_DISPLAY_ISPRINT 0x0001
#define UNI_DISPLAY_BACKSLASH 0x0002