Closed
Bug 81302
Opened 25 years ago
Closed 25 years ago
Unable to type Hebrew characters
Categories
(Core :: Internationalization, defect)
Tracking
()
People
(Reporter: tzafrir, Assigned: ftang)
Details
When LANG is set to 'he', I am unable to type Hebrew characters. Hebrew
characters I type show up as accented latin1 characters. It seems to be that
those are characters with the same value of the keysym, when its upper byte is
stripped.
I have verified that key presses indeed send the correct keysyms (Hebrew_*).
When I run mozilla with a different locale, the Hebrew letters I type show up
properly.
Comment 1•25 years ago
|
||
->i18n
Assignee: pchen → nhotta
Component: XP Apps → Internationalization
QA Contact: sairuh → andreasb
| Assignee | ||
Comment 3•25 years ago
|
||
set a break point at keysym2ucs (widget/src/gtk/keysym2ucs.c, line 848 ) and
318 PRUint32 nsConvertCharCodeToUnicode(GdkEventKey* aGEK)
http://lxr.mozilla.org/seamonkey/source/widget/src/gtk/nsGtkEventHandler.cpp#370
to see what happen here.
tajima, katakai- any one in your team can help this one?
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
*** This bug has been marked as a duplicate of 74088 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 7•25 years ago
|
||
Verified as dupe, please reopen in case someone disagrees.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•