From 21619be4e971569b88ea9b551416991a7bedc217 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 23 Jun 2007 04:22:01 +0000 Subject: Fixes for bug #1732146, Armenian input on Windows by registering the Scintilla windows class as wide and using GetMessageW/DispatchMessageW in the SciTE event loop. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index f96ef1bfc..9c4c77d3c 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3238,6 +3238,7 @@ void Editor::AddChar(char ch) { AddCharUTF(s, 1); } +// AddCharUTF inserts an array of bytes which may or may not be in UTF-8. void Editor::AddCharUTF(char *s, unsigned int len, bool treatAsDBCS) { bool wasSelection = currentPos != anchor; ClearSelection(); -- cgit v1.2.3