diff --git a/scintilla/doc/ScintillaDoc.html b/scintilla/doc/ScintillaDoc.html index da63297b..3a51cfb6 100644 --- a/scintilla/doc/ScintillaDoc.html +++ b/scintilla/doc/ScintillaDoc.html @@ -587,14 +587,14 @@

Text retrieval and modification

}; -

Specific to GTK+ and Cocoa only: Access to encoded text

+

Specific to GTK+, Cocoa and Windows only: Access to encoded text

SCI_TARGETASUTF8(<unused>, char *s)
This method retrieves the value of the target encoded as UTF-8 which is the default encoding of GTK+ so is useful for retrieving text for use in other parts of the user interface, such as find and replace dialogs. The length of the encoded text in bytes is returned. Cocoa uses UTF-16 which is easily converted from UTF-8 so this method can be used to perform the - more complex work of transcoding from the various of encodings supported. + more complex work of transcoding from the various encodings supported.

SCI_ENCODEDFROMUTF8(const char *utf8, char *encoded)
diff --git a/scintilla/doc/ScintillaDownload.html b/scintilla/doc/ScintillaDownload.html index cca92c8d..48b88dc4 100644 --- a/scintilla/doc/ScintillaDownload.html +++ b/scintilla/doc/ScintillaDownload.html @@ -25,9 +25,9 @@ @@ -41,7 +41,7 @@

containing very few restrictions.

- Release 3.5.5 + Release 3.5.6

Source Code @@ -49,8 +49,8 @@

The source code package contains all of the source code for Scintilla but no binary executable code and is available in Instructions for building on both Windows and Linux are included in the readme file.

diff --git a/scintilla/doc/ScintillaHistory.html b/scintilla/doc/ScintillaHistory.html index 413a23a4..87bf61d8 100644 --- a/scintilla/doc/ScintillaHistory.html +++ b/scintilla/doc/ScintillaHistory.html @@ -469,6 +469,9 @@

+ + +
- + Windows   - + GTK+/Linux   Mika Attila JoMazM Markus MoserStefan Küng
Jiří Techet

@@ -480,6 +483,73 @@

Icons Copyright(C) 1998 by Dean S. Jones
+

+ Release 3.5.6 +

+

Release 3.5.5

diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html index 23b652be..45a1e3c8 100644 --- a/scintilla/doc/index.html +++ b/scintilla/doc/index.html @@ -9,7 +9,7 @@ - +