From 9dcbe121586cbfc2982c3fef4c17842e23343f68 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 27 Nov 2010 15:16:47 -0700 Subject: [PATCH] utf8.h: Add #define for Greek small MU --- utf8.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utf8.h b/utf8.h index ef5fecc..6864b3a 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 -- 2.7.4