diff options
author | nyamatongwe <devnull@localhost> | 2010-04-29 08:59:54 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-04-29 08:59:54 +0000 |
commit | d83d73aea38edf280c785f3448f0bad7988e4ee1 (patch) | |
tree | 5eb4ecb5f6544a838c10430fd64cc9fb5c4c8f3a | |
parent | f3a3ce92650042e4025fe0b9fc0ad748306ae71a (diff) | |
download | scintilla-mirror-d83d73aea38edf280c785f3448f0bad7988e4ee1.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. |