From f427625f5314299f906a2a239891064de9d21d2a Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sat, 3 Jul 2021 15:24:23 +1000 Subject: Feature [feature-requests:#1408] Merge branches for setting representations for invalid single bytes in multi-byte encodings. --- src/DBCS.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/DBCS.h') diff --git a/src/DBCS.h b/src/DBCS.h index c8edad057..ceeb75929 100644 --- a/src/DBCS.h +++ b/src/DBCS.h @@ -19,6 +19,7 @@ constexpr bool IsDBCSCodePage(int codePage) noexcept { } bool DBCSIsLeadByte(int codePage, char ch) noexcept; +bool IsDBCSValidSingleByte(int codePage, int ch) noexcept; } -- cgit v1.2.3