mirror of
https://github.com/fltk/fltk.git
synced 2026-06-08 01:46:00 +08:00
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:
+83
-179
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user