aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorZufu Liu <unknown>2021-10-21 15:13:38 +1100
committerZufu Liu <unknown>2021-10-21 15:13:38 +1100
commita989b1ed63c7cf81c693da8f2f66ab5e29ee341a (patch)
treee5e20074149d3c83504154aa997000534b1e2193
parent71a8a1c2717beff64a1212fbdf3fbdd1de9d603a (diff)
downloadscintilla-mirror-a989b1ed63c7cf81c693da8f2f66ab5e29ee341a.tar.gz
Mention problem with SCI_CLEARREPRESENTATION for single bytes >= 128.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 37a99a0f2..ecd1068eb 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -128,7 +128,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 12 September 2021 NH</p>
+ <p>Last edited 21 October 2021 ZL</p>
<p style="background:#90F0C0">Scintilla 5 has moved the lexers from Scintilla into a new
<a href="Lexilla.html">Lexilla</a> project.<br />
@@ -3942,6 +3942,8 @@ struct Sci_TextToFind {
<p>The NUL (0) character is a special case since the <code class="parameter">encodedCharacter</code> parameter is NUL terminated, the NUL
character is specified as an empty string.</p>
+ <p>For UTF-8 and DBCS code pages, clear representation for single byte &ge; 128 may cause unexpected behaviour.</p>
+
<p><b id="SCI_CLEARALLREPRESENTATIONS">SCI_CLEARALLREPRESENTATIONS</b><br />
Reset representations to defaults with <code>SCI_CLEARALLREPRESENTATIONS</code>.</p>