summaryrefslogtreecommitdiff
path: root/unicode_constants.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-02-01 08:48:20 -0700
committerKarl Williamson <khw@cpan.org>2019-02-04 21:00:50 -0700
commit2a614cdcffdf336bc49e524a4ac3af94df7d4d00 (patch)
treeef4c32d611fc9fab202eeac4e09a0f6f99c6b45b /unicode_constants.h
parente0bfe19f1cff16db3441822a6812a07ca124c861 (diff)
downloadperl-2a614cdcffdf336bc49e524a4ac3af94df7d4d00.tar.gz
regen/unicode_constants.pl: generate UTF-8 for U+307
This will be needed in a future commit
Diffstat (limited to 'unicode_constants.h')
-rw-r--r--unicode_constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/unicode_constants.h b/unicode_constants.h
index 5e5f2ee605..b44fed5ae9 100644
--- a/unicode_constants.h
+++ b/unicode_constants.h
@@ -54,7 +54,7 @@ bytes.
# define LATIN_SMALL_LETTER_LONG_S_UTF8 "\xC5\xBF" /* U+017F */
# define COMBINING_GRAVE_ACCENT_UTF8 "\xCC\x80" /* U+0300 */
-
+# define COMBINING_DOT_ABOVE_UTF8 "\xCC\x87" /* U+0307 */
# define LATIN_CAPITAL_LETTER_SHARP_S_UTF8 "\xE1\xBA\x9E" /* U+1E9E */
@@ -97,7 +97,7 @@ bytes.
# define LATIN_SMALL_LETTER_LONG_S_UTF8 "\x8F\x73" /* U+017F */
# define COMBINING_GRAVE_ACCENT_UTF8 "\xAF\x41" /* U+0300 */
-
+# define COMBINING_DOT_ABOVE_UTF8 "\xAF\x48" /* U+0307 */
# define LATIN_CAPITAL_LETTER_SHARP_S_UTF8 "\xBF\x63\x72" /* U+1E9E */
@@ -140,7 +140,7 @@ bytes.
# define LATIN_SMALL_LETTER_LONG_S_UTF8 "\x8E\x72" /* U+017F */
# define COMBINING_GRAVE_ACCENT_UTF8 "\xAD\x41" /* U+0300 */
-
+# define COMBINING_DOT_ABOVE_UTF8 "\xAD\x48" /* U+0307 */
# define LATIN_CAPITAL_LETTER_SHARP_S_UTF8 "\xBF\x62\x71" /* U+1E9E */