summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-26 22:02:26 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-27 19:21:31 -0700
commitf508a60734257a13d3758f4d92f254fdb5ab797c (patch)
treea1e23f1cb487feca0dbe2b78ce35dd4a6f355290 /utf8.h
parent78a0d3cc3d649167a7a58cbe7d5f494d42d154bd (diff)
downloadperl-f508a60734257a13d3758f4d92f254fdb5ab797c.tar.gz
Add #defines for 2 Latin1 chars
These will be used in a future commit; the ordinals are different on EBCDIC vs. ASCII
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index aa0f0c7ecb..b872859ad9 100644
--- a/utf8.h
+++ b/utf8.h
@@ -436,6 +436,8 @@ Perl's extended UTF-8 means we can have start bytes up to FF.
# define LATIN_SMALL_LETTER_SHARP_S 0x00DF
# define LATIN_SMALL_LETTER_Y_WITH_DIAERESIS 0x00FF
# define MICRO_SIGN 0x00B5
+# define LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE 0x00C5
+# define LATIN_SMALL_LETTER_A_WITH_RING_ABOVE 0x00E5
#endif
#define ANYOF_FOLD_SHARP_S(node, input, end) \