diff options
| author | Zufu Liu <unknown> | 2021-07-03 15:24:23 +1000 |
|---|---|---|
| committer | Zufu Liu <unknown> | 2021-07-03 15:24:23 +1000 |
| commit | f427625f5314299f906a2a239891064de9d21d2a (patch) | |
| tree | 75f28a26693e3210c096b6cfbdd8d13b8138100d /src/DBCS.h | |
| parent | 67d41ce2237e39ea3be7932659fe04f263c82b24 (diff) | |
| download | scintilla-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.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; } |
