A bunch more UTF-8 fixes for Fl_Text_Display.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7804 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2010-11-06 17:20:32 +00:00
parent 4758e39d28
commit 1d9781a7ae
2 changed files with 84 additions and 180 deletions
+83 -179
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -916,7 +916,7 @@ OSStatus carbonTextHandler( EventHandlerCallRef nextHandler, EventRef event, voi
fl_lock_function();
UniChar ucs[20];
ByteCount actual_size;
int i;
unsigned int i;
GetEventParameter( event, kEventParamTextInputSendText, typeUnicodeText,
NULL, 20, &actual_size, ucs );
char utf8buf[50], *p;