diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-26 22:02:26 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-27 19:21:31 -0700 |
commit | f508a60734257a13d3758f4d92f254fdb5ab797c (patch) | |
tree | a1e23f1cb487feca0dbe2b78ce35dd4a6f355290 /utf8.h | |
parent | 78a0d3cc3d649167a7a58cbe7d5f494d42d154bd (diff) | |
download | perl-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) \ |