diff options
author | nyamatongwe <unknown> | 2007-11-13 06:22:24 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-11-13 06:22:24 +0000 |
commit | b7e3c95d044911d6c74610717498fd1c79925b36 (patch) | |
tree | ae1b9beffb7fce0b55b265ff2051e582bf142498 | |
parent | 5ea0a59118f53aaa5f9115cd022192a52e8c8957 (diff) | |
download | scintilla-mirror-b7e3c95d044911d6c74610717498fd1c79925b36.tar.gz |
No support for Borland.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index dff46ed0e..2218dcbba 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -334,6 +334,9 @@ code from SciTE. </li> <li> + Borland C++ can no longer build Scintilla. + </li> + <li> Invalid bytes in UTF-8 mode are displayed as hex blobs. This also prevents crashes due to passing invalid UTF-8 to platform calls. </li> |