After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 155897 - Kana, Hangul should not be backspace-deletes-char
Kana, Hangul should not be backspace-deletes-char
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
1.5.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2004-10-20 00:24 UTC by Owen Taylor
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (795 bytes, patch)
2004-10-20 00:27 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2004-10-20 00:24:14 UTC
Kana: Users see the voiced versions of the hangul as separate characters
Hangul: While deleting individual Jamo is probably right, it doesn't
        work well without input method integration since if you add
        the Jamo back it gets put in a new syllable.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=135356
Comment 1 Owen Taylor 2004-10-20 00:27:39 UTC
Created attachment 32802 [details] [review]
Patch
Comment 2 Owen Taylor 2004-11-21 16:49:21 UTC
Sun Nov 21 11:43:00 2004  Owen Taylor  <otaylor@redhat.com>

        * pango/break.c: Turn off backspace-deletes-character behavior
        for Kana and Hangul. It's wrong for Kana, and for Hangul it's
        theoretically right but interacts badly with current input
        methods. (#155897, Leon Ho)