X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=utf8.h;h=8c27afab5033f09e6a8db1472b7350daab923dd7;hb=c33fe6136db08002c23477124823657a548fce45;hp=b35cfebb5e8e35ccc60b810296e5142464500b43;hpb=b851fbc1add6c3d9fa6158884279133c311a3efc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/utf8.h b/utf8.h index b35cfeb..8c27afa 100644 --- a/utf8.h +++ b/utf8.h @@ -188,3 +188,13 @@ END_EXTERN_C #endif #define UTF8_IS_ASCII(c) UTF8_IS_INVARIANT(c) + +#define UNICODE_GREEK_CAPITAL_LETTER_SIGMA 0x03A3 +#define UNICODE_GREEK_SMALL_LETTER_FINAL_SIGMA 0x03C2 +#define UNICODE_GREEK_SMALL_LETTER_SIGMA 0x03C3 + +#define UNI_DISPLAY_ISPRINT 0x0001 +#define UNI_DISPLAY_BACKSLASH 0x0002 +#define UNI_DISPLAY_QQ (UNI_DISPLAY_ISPRINT|UNI_DISPLAY_BACKSLASH) +#define UNI_DISPLAY_REGEX (UNI_DISPLAY_ISPRINT|UNI_DISPLAY_BACKSLASH) +