diff options
author | nyamatongwe <unknown> | 2010-04-29 08:59:54 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-04-29 08:59:54 +0000 |
commit | aff97b192694d5f150eb6336f8624b74e68a2ef6 (patch) | |
tree | 5eb4ecb5f6544a838c10430fd64cc9fb5c4c8f3a | |
parent | bfeeca4c9deb804f0d50e9a4bec6c138efca6d51 (diff) | |
download | scintilla-mirror-aff97b192694d5f150eb6336f8624b74e68a2ef6.tar.gz |
Added DBCS note.
-rw-r--r-- | doc/ScintillaHistory.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 47581e1c4..c35f96057 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -390,6 +390,7 @@ </li> <li> Case-insensitive search works for non-ASCII characters in UTF-8 and 8-bit encodings. + Non-regex search in DBCS encodings is always case-sensitive. </li> <li> Non-ASCII characters may be changed to upper and lower case. |