summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-03-20 09:58:44 -0600
committerKarl Williamson <public@khwilliamson.com>2011-03-20 12:16:12 -0600
commit97298f37feef668825e0b2c5f656f7ffdd8fd681 (patch)
treea3196a6e1b492185d25be37e03d88fc8b1dc55a7 /utf8.h
parentb6d239474a266b62f64c827154d6800028f7b8f6 (diff)
downloadperl-97298f37feef668825e0b2c5f656f7ffdd8fd681.tar.gz
utf8.h: Add #define
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index dc880d133b..a08ba04b60 100644
--- a/utf8.h
+++ b/utf8.h
@@ -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