summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-31 06:23:57 -0600
committerKarl Williamson <khw@cpan.org>2020-07-31 06:28:53 -0600
commite0ffa6d69e10d40c257529510162e1d9762fcf1b (patch)
tree9c7916554825ec37ec05363cfec4af9b9fc9e026 /utf8.h
parentf415cd4bb5aed66d3e2fd4fb85331020ef298d68 (diff)
downloadperl-e0ffa6d69e10d40c257529510162e1d9762fcf1b.tar.gz
utf8.h: Add comment
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index 9c7c1409ca..f0396aaca0 100644
--- a/utf8.h
+++ b/utf8.h
@@ -1024,6 +1024,7 @@ Evaluates to 0xFFFD, the code point of the Unicode REPLACEMENT CHARACTER
/* Character classes could also allow \b, but not patterns in general */
#define UNI_DISPLAY_REGEX (UNI_DISPLAY_ISPRINT|UNI_DISPLAY_BACKSLASH)
+/* Should be removed; maybe deprecated, but not used in CPAN */
#define SHARP_S_SKIP 2
#define is_utf8_char_buf(buf, buf_end) isUTF8_CHAR(buf, buf_end)