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 107507 - Input method for Greek accented letters
Input method for Greek accented letters
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Input Methods
2.2.x
Other All
: Normal normal
: ---
Assigned To: Hidetoshi Tajima
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-03-04 00:46 UTC by Vasilis Vasaitis
Modified: 2011-02-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the actual patch (11.64 KB, patch)
2003-03-04 01:03 UTC, Vasilis Vasaitis
none Details | Review

Description Vasilis Vasaitis 2003-03-04 00:55:47 UTC
Hello,

  The default input method for GTK+ 2.x lacks support for Greek accented
letters. This is unfortunate, and causes Greek users to switch to the X
Input Method for each text widget they need to type in. So I've made a
patch for gtk/gtkimcontextsimple.c that corrects this issue, by adding all
the necessary compose sequences. It has been tested and found to work, so
please apply.

  Oh, it would also be nice to resolve bug #104862 before applying this.
Although none of the two depends on the other, strictly speaking, it's
still a good idea.

Thanks,
Vasilis
Comment 1 Vasilis Vasaitis 2003-03-04 01:03:52 UTC
Created attachment 14764 [details] [review]
the actual patch
Comment 2 Owen Taylor 2003-05-21 19:45:20 UTC
Looks fine for committing to me, gtk-2-2 and HEAD.

(If you are interested in accented greek, adding a 
shape engine to Pango to do accented greek well may
be an interesting thing to tackle; it would be
good if Pango could both render decomposed text
with precomposed forms, and render precomposed forms
with combining accents if the font doesn't have
the precomposed forms.)
Comment 3 Hidetoshi Tajima 2003-05-21 21:11:54 UTC
Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* gtk/gtkimcontextsimple.c: added composing rules of
	Greek acceted letters, patch by Vasilis Vasaitis (#107507)

commit to both gtk-2-2 and HEAD.