summaryrefslogtreecommitdiff
path: root/utfebcdic.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-10-02 17:07:50 -0600
committerKarl Williamson <khw@cpan.org>2019-10-06 11:07:08 -0600
commit38f458ffd56c0eb9f5df18cb6693ca326a4b1374 (patch)
treeff10eba5cd482d48aae5bd1ff93a3ba92a7bb5e0 /utfebcdic.h
parent9f3cfb7a26dab519dbc83ef02bd3fbf084cb6fc3 (diff)
downloadperl-38f458ffd56c0eb9f5df18cb6693ca326a4b1374.tar.gz
Make defn of UTF_CONTINUATION_MARK common
This can be derived from other values, removing an EBCDIC dependency
Diffstat (limited to 'utfebcdic.h')
-rw-r--r--utfebcdic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utfebcdic.h b/utfebcdic.h
index f13f555f49..7200599532 100644
--- a/utfebcdic.h
+++ b/utfebcdic.h
@@ -245,9 +245,7 @@ explicitly forbidden, and the shortest possible encoding should always be used
#define isUTF8_POSSIBLY_PROBLEMATIC(c) \
_generic_isCC(c, _CC_UTF8_START_BYTE_IS_FOR_AT_LEAST_SURROGATE)
-#define UTF_CONTINUATION_MARK 0xA0
#define UTF_ACCUMULATION_SHIFT 5
-
/* ^? is defined to be APC on EBCDIC systems. See the definition of toCTRL()
* for more */
#define QUESTION_MARK_CTRL LATIN1_TO_NATIVE(0x9F)