summaryrefslogtreecommitdiff
path: root/unicode_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'unicode_constants.h')
-rw-r--r--unicode_constants.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/unicode_constants.h b/unicode_constants.h
index f28a7b727c..f4d3172b53 100644
--- a/unicode_constants.h
+++ b/unicode_constants.h
@@ -24,11 +24,9 @@
#define COMBINING_ACUTE_ACCENT_UTF8 "\xCC\x81" /* U+0301 */
#define COMBINING_DIAERESIS_UTF8 "\xCC\x88" /* U+0308 */
-#define GREEK_SMALL_LETTER_IOTA_UTF8_FIRST_BYTE 0xCE /* U+03B9 */
-#define GREEK_SMALL_LETTER_IOTA_UTF8_TAIL "\xB9" /* U+03B9 */
+#define GREEK_SMALL_LETTER_IOTA_UTF8 "\xCE\xB9" /* U+03B9 */
-#define GREEK_SMALL_LETTER_UPSILON_UTF8_FIRST_BYTE 0xCF /* U+03C5 */
-#define GREEK_SMALL_LETTER_UPSILON_UTF8_TAIL "\x85" /* U+03C5 */
+#define GREEK_SMALL_LETTER_UPSILON_UTF8 "\xCF\x85" /* U+03C5 */
#define HYPHEN_UTF8 "\xE2\x80\x90" /* U+2010 */
#define FIRST_SURROGATE_UTF8_FIRST_BYTE 0xED /* U+D800 */