diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-06-15 19:51:07 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-06-15 19:51:07 +1000 | 
| commit | 0bd76d803dae7e9ffcd556955c2ba337e8a0f2ac (patch) | |
| tree | dc11d94045d2082a2ec70bbaa5bd29326a5aeca5 | |
| parent | e53595719022921c433f223101787537af7cbff5 (diff) | |
| download | scintilla-mirror-0bd76d803dae7e9ffcd556955c2ba337e8a0f2ac.tar.gz | |
Note that Cocoa also supports bidirectional text.rel-4-1-0
| -rw-r--r-- | doc/ScintillaHistory.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4ff51c1fb..ec670d803 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -549,7 +549,7 @@  	Released 19 June 2018.  	</li>  	<li> -	Experimental and incomplete support added for bidirectional text on Windows using DirectWrite for +	Experimental and incomplete support added for bidirectional text on Windows using DirectWrite and Cocoa for  	UTF-8 documents by calling SCI_SETBIDIRECTIONAL(SC_BIDIRECTIONAL_L2R).  	This allows documents that contain Arabic or Hebrew to be edited more easily in a way that is similar  	to other editors. | 
