aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-01-10 10:43:34 +1100
committerNeil <nyamatongwe@gmail.com>2015-01-10 10:43:34 +1100
commitcf60b6799dcf30c8b5cbc1cbb1f48eb45abfaf29 (patch)
tree0e9c880e014853935d73f22c1134db144fb3844f /doc/ScintillaHistory.html
parent74239b26d5ac95845c0403d1336b2c6971a7d308 (diff)
downloadscintilla-mirror-cf60b6799dcf30c8b5cbc1cbb1f48eb45abfaf29.tar.gz
On Windows GDI, assume font names are encoded in UTF-8 and use wide character
calls to allow use of Asian font names.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index c4d420452..b51dc04bd 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -510,6 +510,9 @@
When a text margin is displayed, for annotation lines, use the background colour of the base line.
</li>
<li>
+ On Windows GDI, assume font names are encoded in UTF-8. This matches the Direct2D code path.
+ </li>
+ <li>
Fix paste for GTK+ on OS X.
<a href="http://sourceforge.net/p/scintilla/bugs/1677/">Bug #1677</a>.
</li>