summaryrefslogtreecommitdiff
path: root/unicode_constants.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-05-16 21:37:43 -0600
committerKarl Williamson <public@khwilliamson.com>2013-05-20 11:01:52 -0600
commitf2e063754de41c901afa81619aeace2fb9d03f9c (patch)
tree60c2fddbddc31dbdcca984a7ac9a333814fad53e /unicode_constants.h
parenta4f12ed78e91a49ab4fec1f1e637d980366cbc1a (diff)
downloadperl-f2e063754de41c901afa81619aeace2fb9d03f9c.tar.gz
unicode_constants.h: Add some #defines
These will be used in future commits
Diffstat (limited to 'unicode_constants.h')
-rw-r--r--unicode_constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/unicode_constants.h b/unicode_constants.h
index 90521ec216..5281c6ac5b 100644
--- a/unicode_constants.h
+++ b/unicode_constants.h
@@ -20,6 +20,7 @@
* "_TAIL" if instead it represents all but the first byte. This, and
* with no additional suffix are both string constants */
+#define LATIN_SMALL_LETTER_LONG_S_UTF8 "\xC5\xBF" /* U+017F */
#define COMBINING_GRAVE_ACCENT_UTF8 "\xCC\x80" /* U+0300 */
#define COMBINING_ACUTE_ACCENT_UTF8 "\xCC\x81" /* U+0301 */
@@ -32,6 +33,8 @@
#define GREEK_SMALL_LETTER_UPSILON_UTF8 "\xCF\x85" /* U+03C5 */
+#define LATIN_CAPITAL_LETTER_SHARP_S_UTF8 "\xE1\xBA\x9E" /* U+1E9E */
+
#define HYPHEN_UTF8 "\xE2\x80\x90" /* U+2010 */
#define FIRST_SURROGATE_UTF8_FIRST_BYTE 0xED /* U+D800 */