summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regen/unicode_constants.pl2
-rw-r--r--unicode_constants.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl
index cd0dd61c45..c3fa70a6e6 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -240,7 +240,7 @@ __DATA__
U+017F string
U+0300 string
-
+U+0307 string
U+1E9E string_skip_if_undef
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 */