utf8.h: Add #define for Greek small MU
authorKarl Williamson <public@khwilliamson.com>
Sat, 27 Nov 2010 22:16:47 +0000 (15:16 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Nov 2010 12:49:15 +0000 (04:49 -0800)
utf8.h

diff --git a/utf8.h b/utf8.h
index ef5fecc..6864b3a 100644 (file)
--- 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