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 /utf8.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 'utf8.h')
-rw-r--r-- | utf8.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |