diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-07 04:44:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-07 04:44:05 +0000 |
commit | 60eb623bb26bed758dfcf8e266ef01b777cac0ad (patch) | |
tree | 3fa8c5e0794612f27141bbbd29c9e8ad76d6ffa0 /utf8.h | |
parent | 5bd4217b492d34337a40a38ad4ac175c51391aeb (diff) | |
download | perl-60eb623bb26bed758dfcf8e266ef01b777cac0ad.tar.gz |
More regex and utf8 debug dumping.
p4raw-id: //depot/perl@14114
Diffstat (limited to 'utf8.h')
-rw-r--r-- | utf8.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -194,4 +194,7 @@ END_EXTERN_C #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) |