aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/DBCS.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2021-07-03 15:24:23 +1000
committerZufu Liu <unknown>2021-07-03 15:24:23 +1000
commitf427625f5314299f906a2a239891064de9d21d2a (patch)
tree75f28a26693e3210c096b6cfbdd8d13b8138100d /src/DBCS.h
parent67d41ce2237e39ea3be7932659fe04f263c82b24 (diff)
downloadscintilla-mirror-f427625f5314299f906a2a239891064de9d21d2a.tar.gz
Feature [feature-requests:#1408] Merge branches for setting representations for
invalid single bytes in multi-byte encodings.
Diffstat (limited to 'src/DBCS.h')
-rw-r--r--src/DBCS.h1
1 files changed, 1 insertions, 0 deletions
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;
}