summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-26 19:38:29 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-27 19:21:31 -0700
commit78a0d3cc3d649167a7a58cbe7d5f494d42d154bd (patch)
treec10ea0254cad872135086e998a2a70d07b14fe9d /utf8.h
parent18af16d0e66326ce358cf094d4b27aa663e7a10d (diff)
downloadperl-78a0d3cc3d649167a7a58cbe7d5f494d42d154bd.tar.gz
Move some #defines
These were defined in a .c, but now there is need for them in another .c, so move them to a header.
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index 7228000e3e..aa0f0c7ecb 100644
--- a/utf8.h
+++ b/utf8.h
@@ -424,6 +424,8 @@ Perl's extended UTF-8 means we can have start bytes up to FF.
#define UNICODE_GREEK_SMALL_LETTER_FINAL_SIGMA 0x03C2
#define UNICODE_GREEK_SMALL_LETTER_SIGMA 0x03C3
#define GREEK_SMALL_LETTER_MU 0x03BC
+#define GREEK_CAPITAL_LETTER_MU 0x039C /* Upper and title case of MICRON */
+#define LATIN_CAPITAL_LETTER_Y_WITH_DIAERESIS 0x0178 /* Also is title case */
#define UNI_DISPLAY_ISPRINT 0x0001
#define UNI_DISPLAY_BACKSLASH 0x0002