summaryrefslogtreecommitdiff
path: root/utfebcdic.h
diff options
context:
space:
mode:
Diffstat (limited to 'utfebcdic.h')
-rw-r--r--utfebcdic.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utfebcdic.h b/utfebcdic.h
index 4ae440ce7e..56e268f302 100644
--- a/utfebcdic.h
+++ b/utfebcdic.h
@@ -207,8 +207,7 @@ explicitly forbidden, and the shortest possible encoding should always be used
* there are 6 bits of real information in a UTF-8 continuation byte vs. 5 bits
* in a UTF-EBCDIC one. */
-#define UTF_ACCUMULATION_SHIFT 5
-
+#define UTF_CONTINUATION_BYTE_INFO_BITS 5
/* Also needed is how perl handles a start byte of 8 one bits. The decision
* was made to just append the minimal number of bytes after that so that code
* points up to 64 bits wide could be represented. In UTF-8, that was an extra