diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-03-20 09:58:44 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-03-20 12:16:12 -0600 |
commit | 97298f37feef668825e0b2c5f656f7ffdd8fd681 (patch) | |
tree | a3196a6e1b492185d25be37e03d88fc8b1dc55a7 /utf8.h | |
parent | b6d239474a266b62f64c827154d6800028f7b8f6 (diff) | |
download | perl-97298f37feef668825e0b2c5f656f7ffdd8fd681.tar.gz |
utf8.h: Add #define
Diffstat (limited to 'utf8.h')
-rw-r--r-- | utf8.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -427,6 +427,7 @@ Perl's extended UTF-8 means we can have start bytes up to FF. #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 LATIN_CAPITAL_LETTER_SHARP_S 0x1E9E #define UNI_DISPLAY_ISPRINT 0x0001 #define UNI_DISPLAY_BACKSLASH 0x0002 |