diff options
author | nyamatongwe <devnull@localhost> | 2007-11-13 06:22:24 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-11-13 06:22:24 +0000 |
commit | 8a6ee992df20a3e3c0ae23ccf254d518e5f1495d (patch) | |
tree | ae1b9beffb7fce0b55b265ff2051e582bf142498 | |
parent | 3b37fabaa15db62d7ddaf2d6f1c463490e86cc7f (diff) | |
download | scintilla-mirror-8a6ee992df20a3e3c0ae23ccf254d518e5f1495d.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> |