summaryrefslogtreecommitdiff
path: root/unicode_constants.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-09-02 15:58:41 -0600
committerKarl Williamson <public@khwilliamson.com>2012-09-13 21:14:02 -0600
commit765ec46cc8c8533a1aed8a26490b879042d7fff3 (patch)
treec98bdfea7bdf51e08ed93a1fa9778f4af2aa4eca /unicode_constants.h
parenta0e786e579832738092a40f177fc4b66505e1f6d (diff)
downloadperl-765ec46cc8c8533a1aed8a26490b879042d7fff3.tar.gz
regen/unicode_constants.pl: Add name parameter
A future commit will want to use the first surrogate code point's UTF-8 value. Add this to the generated macros, and give it a name, since there is no official one. The program has to be modified to cope with this.
Diffstat (limited to 'unicode_constants.h')
-rw-r--r--unicode_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unicode_constants.h b/unicode_constants.h
index 82081d910a..f28a7b727c 100644
--- a/unicode_constants.h
+++ b/unicode_constants.h
@@ -31,6 +31,7 @@
#define GREEK_SMALL_LETTER_UPSILON_UTF8_TAIL "\x85" /* U+03C5 */
#define HYPHEN_UTF8 "\xE2\x80\x90" /* U+2010 */
+#define FIRST_SURROGATE_UTF8_FIRST_BYTE 0xED /* U+D800 */
#define DELETE_NATIVE 0x007F /* U+007F */
#define LATIN_SMALL_LETTER_SHARP_S_NATIVE 0x00DF /* U+00DF */