diff options
Diffstat (limited to 'src/DBCS.h')
-rw-r--r-- | src/DBCS.h | 1 |
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; } |