summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-08-18 08:50:34 -0600
committerKarl Williamson <public@khwilliamson.com>2013-08-29 10:56:58 -0600
commita9f50d33e5a32910a09035ea5927706c74be0d64 (patch)
tree83c8be2d39ef8d8a2c403cf36b762cf80fa7c4d6 /utf8.h
parent089b5c60c035d158afd7e1bbfdd8d9229beea884 (diff)
downloadperl-a9f50d33e5a32910a09035ea5927706c74be0d64.tar.gz
utf8.h, unicode_constants.h: Add some #defines.
These will be used in a future commit
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 1be5a12711..7dcea6fe8c 100644
--- a/utf8.h
+++ b/utf8.h
@@ -536,6 +536,8 @@ Perl's extended UTF-8 means we can have start bytes up to FF.
#define LATIN_CAPITAL_LETTER_Y_WITH_DIAERESIS 0x0178 /* Also is title case */
#define LATIN_CAPITAL_LETTER_SHARP_S 0x1E9E
#define LATIN_SMALL_LETTER_LONG_S 0x017F
+#define LATIN_SMALL_LIGATURE_LONG_S_T 0xFB05
+#define LATIN_SMALL_LIGATURE_ST 0xFB06
#define KELVIN_SIGN 0x212A
#define ANGSTROM_SIGN 0x212B