summaryrefslogtreecommitdiff
path: root/unicode_constants.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-05-04 20:23:14 -0600
committerKarl Williamson <public@khwilliamson.com>2013-05-20 11:01:51 -0600
commita78bc3c6c5c9dd76fdfbdae88ef4e89136aff637 (patch)
treed8b78ec25696f5d58481dd9d822ae316c722d70e /unicode_constants.h
parenta96bc63507f57f3547f982d5e9a8b95f68e87e3b (diff)
downloadperl-a78bc3c6c5c9dd76fdfbdae88ef4e89136aff637.tar.gz
pp.c: Eliminate custom macro and use Copy() instead
I think it's clearer to use Copy. When I wrote this custom macro, we didn't have the infrastructure to generate a UTF-8 encoded string at compile time.
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 19f3acd33f..90521ec216 100644
--- a/unicode_constants.h
+++ b/unicode_constants.h
@@ -25,6 +25,9 @@
#define COMBINING_ACUTE_ACCENT_UTF8 "\xCC\x81" /* U+0301 */
#define COMBINING_DIAERESIS_UTF8 "\xCC\x88" /* U+0308 */
+#define GREEK_CAPITAL_LETTER_IOTA_UTF8 "\xCE\x99" /* U+0399 */
+#define GREEK_SMALL_LETTER_MU_UTF8 "\xCE\xBC" /* U+03BC */
+
#define GREEK_SMALL_LETTER_IOTA_UTF8 "\xCE\xB9" /* U+03B9 */
#define GREEK_SMALL_LETTER_UPSILON_UTF8 "\xCF\x85" /* U+03C5 */