[webkit-reviews] review requested: [Bug 16454] [GTK] Text input doesn't work consistently on PPC : [Attachment 17918] 0001-Fix-keyval-text-translation-for-key-events-on-big-e.patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 15 16:22:19 PST 2007


Xan Lopez <xan.lopez at gmail.com> has asked  for review:
Bug 16454: [GTK] Text input doesn't work consistently on PPC
http://bugs.webkit.org/show_bug.cgi?id=16454

Attachment 17918:
0001-Fix-keyval-text-translation-for-key-events-on-big-e.patch
http://bugs.webkit.org/attachment.cgi?id=17918&action=edit

------- Additional Comments from Xan Lopez <xan.lopez at gmail.com>
Subject: [PATCH] Fix keyval->text translation for key events on big endian
systems.

UChar is UTF-16, not UCS-4, so transform accordingly.
---
 WebCore/ChangeLog		      |   15 +++++++++++++++
 WebCore/platform/gtk/KeyEventGtk.cpp |   15 +++++++++++++--
 2 files changed, 28 insertions(+), 2 deletions(-)


More information about the webkit-reviews mailing list