This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2be3e19
)
utf8.h: Add #define for Greek small MU
author
Karl Williamson
<public@khwilliamson.com>
Sat, 27 Nov 2010 22:16:47 +0000
(15:16 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 28 Nov 2010 12:49:15 +0000
(
04:49
-0800)
utf8.h
patch
|
blob
|
blame
|
history
diff --git
a/utf8.h
b/utf8.h
index
ef5fecc
..
6864b3a
100644
(file)
--- a/
utf8.h
+++ b/
utf8.h
@@
-275,6
+275,7
@@
Perl's extended UTF-8 means we can have start bytes up to FF.
#define UNICODE_GREEK_CAPITAL_LETTER_SIGMA 0x03A3
#define UNICODE_GREEK_SMALL_LETTER_FINAL_SIGMA 0x03C2
#define UNICODE_GREEK_SMALL_LETTER_SIGMA 0x03C3
+#define GREEK_SMALL_LETTER_MU 0x03BC
#define UNI_DISPLAY_ISPRINT 0x0001
#define UNI_DISPLAY_BACKSLASH 0x0002