diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-26 19:38:29 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-27 19:21:31 -0700 |
commit | 78a0d3cc3d649167a7a58cbe7d5f494d42d154bd (patch) | |
tree | c10ea0254cad872135086e998a2a70d07b14fe9d /utf8.h | |
parent | 18af16d0e66326ce358cf094d4b27aa663e7a10d (diff) | |
download | perl-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |