diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-08-18 08:50:34 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-08-29 10:56:58 -0600 |
commit | a9f50d33e5a32910a09035ea5927706c74be0d64 (patch) | |
tree | 83c8be2d39ef8d8a2c403cf36b762cf80fa7c4d6 /unicode_constants.h | |
parent | 089b5c60c035d158afd7e1bbfdd8d9229beea884 (diff) | |
download | perl-a9f50d33e5a32910a09035ea5927706c74be0d64.tar.gz |
utf8.h, unicode_constants.h: Add some #defines.
These will be used in a future commit
Diffstat (limited to 'unicode_constants.h')
-rw-r--r-- | unicode_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unicode_constants.h b/unicode_constants.h index 38b438a06a..4037950e03 100644 --- a/unicode_constants.h +++ b/unicode_constants.h @@ -35,6 +35,9 @@ #define LATIN_CAPITAL_LETTER_SHARP_S_UTF8 "\xE1\xBA\x9E" /* U+1E9E */ +#define LATIN_SMALL_LIGATURE_LONG_S_T_UTF8 "\xEF\xAC\x85" /* U+FB05 */ +#define LATIN_SMALL_LIGATURE_ST_UTF8 "\xEF\xAC\x86" /* U+FB06 */ + #define HYPHEN_UTF8 "\xE2\x80\x90" /* U+2010 */ #define FIRST_SURROGATE_UTF8_FIRST_BYTE 0xED /* U+D800 */ #define BOM_UTF8_FIRST_BYTE 0xEF /* U+FEFF */ |