NB: Minor cosmetic changes such as removing a commented out line of
code and fixing an error message
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
strcpy((char *)ev->key, key);
if (strlen(compose)) strcpy((char *)ev->compose, compose);
- /* ev->string = ev->compose; */
ev->keycode = code;
ev->modifiers = dev->seat->modifiers;
ev->timestamp = timestamp;
compose = eina_str_convert("ISO8859-1", "UTF-8", buffer);
if (!compose)
{
- ERR("Ecore_Drm2 cannot convert input key string '%s' to UTF-8. "
+ ERR("Elput cannot convert input key string '%s' to UTF-8. "
"Is Eina built with iconv support?", buffer);
}
else