Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_events.c Log Message: LATIN1->ISO888.... =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_events.c,v retrieving revision 1.77 retrieving revision 1.78 diff -u -3 -r1.77 -r1.78 --- ecore_x_events.c 8 Oct 2005 14:38:15 -0000 1.77 +++ ecore_x_events.c 5 Dec 2005 03:58:22 -0000 1.78 @@ -191,7 +191,7 @@ if (val > 0) { buf[val] = 0; - e->key_compose = ecore_txt_convert("LATIN1", "UTF-8", buf); + e->key_compose = ecore_txt_convert("ISO8859-1", "UTF-8", buf); } else e->key_compose = NULL; keyname = XKeysymToString(sym); @@ -242,7 +242,7 @@ if (val > 0) { buf[val] = 0; - e->key_compose = ecore_txt_convert("LATIN1", "UTF-8", buf); + e->key_compose = ecore_txt_convert("ISO8859-1", "UTF-8", buf); } else e->key_compose = NULL; keyname = XKeysymToString(sym); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs