Enlightenment SVN schrieb:
> +#ifdef X_HAVE_UTF8_STRING
>            e->key_compose = strdup(buf);
> +#else
> +          e->key_compose = ecore_txt_convert(nl_langinfo(CODESET), "UTF-8", 
> buf);
> +#endif
>         }
>       }
>     else
> @@ -739,7 +751,7 @@
>       {
>       char *str;
>       XSetICValues(_ecore_x_ic, XNFocusWindow, xevent->xfocus.window, NULL);
> -     if ((str = Xutf8ResetIC(_ecore_x_ic)))
> +     if ((str = Xmb8ResetIC(_ecore_x_ic)))
>         XFree(str);
>       XSetICFocus(_ecore_x_ic);
>   
Shouldn't here also Xutf8ResetIC be used, if available? Or doesn't this 
matter in this case?

Peter

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to