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 84849 - replace incorrect im-hangul
replace incorrect im-hangul
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Input Methods
2.0.x
Other All
: High normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-06-11 11:36 UTC by Yusuke Tabata
Modified: 2011-02-04 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch mentioned above so it doesn't get lost (9.82 KB, patch)
2002-06-11 15:06 UTC, Samuel Stringham
none Details | Review
latest package tarball, that I use for ordinary job. old tarball has wrong table of keymap. (171.65 KB, patch)
2002-06-18 07:21 UTC, kz
none Details | Review

Description Yusuke Tabata 2002-06-11 11:36:15 UTC
Currently immodule im-hangul is incorrect.

Choe Hwanjin <krisna@kldp.org> wrote correct version,
so please include his patch and remove old one.

you can get his patch from
http://mail.gnome.org/archives/gtk-i18n-list/2002-June/msg00050.html
and his explanation is here.
http://mail.gnome.org/archives/gtk-i18n-list/2002-June/msg00008.html
Comment 1 Samuel Stringham 2002-06-11 15:06:39 UTC
Created attachment 9133 [details] [review]
patch mentioned above so it doesn't get lost
Comment 2 Samuel Stringham 2002-06-11 15:07:14 UTC
Patch keyword
Comment 3 kz 2002-06-18 07:21:22 UTC
Created attachment 9294 [details] [review]
latest package tarball, that I use for ordinary job. old tarball has wrong table of keymap.
Comment 4 kz 2002-07-07 00:55:21 UTC
Owen: may I ask you the reason this newly-made IM not applied to gtk?

URL is the place latest tarball updated.
Comment 5 Owen Taylor 2002-07-07 17:45:11 UTC
It hasn't applied because the code needs a review and
some cleanup before integration and I just haven't
had the the time yet.
Comment 6 Choe Hwanjin 2002-11-17 09:32:01 UTC
I already sent a mail about adding hangul input modules in GTK+ to
Owen. But I got no answer.
How does it goes?
Comment 7 Owen Taylor 2002-12-16 06:28:08 UTC
I've sent some detailed mail about what needs to be done
now to Krisna; imhangul is reasonably complex, so it
will take some time to make the necessary changes.

It's not going to happen for 2.2.0; hopefully we can get
it in for 2.2.1.
Comment 8 Choe Hwanjin 2003-01-16 02:43:24 UTC
New version of imhangul is released

http://download.kldp.net/imhangul/imhangul-0.9.5.tar.bz2
Comment 9 Owen Taylor 2003-01-30 17:01:15 UTC
Doesn't seem to address the blocking issues that I mentioned.
Did you receive my mails (and patches) about imhangul?

Comment 10 Choe Hwanjin 2003-01-30 19:37:59 UTC
I didn't receive your mails about imhangul or patches
Please send it to me again.
And What is the main problem of imhangul?
Comment 11 Owen Taylor 2003-01-30 19:54:18 UTC
Looking at it, apparently I managed to send one mail
to krisna@kdlp.org and the other to krisna@kldp.net.
I've forwarded them now.

The main problems were:

 - Duplication of large tables between all the different modules.
 - Lack of multihead safety
Comment 12 Choe Hwanjin 2003-12-25 13:54:07 UTC
The lastest imhangul package is here:
Download: http://kldp.net/download.php/821/imhangul-0.9.9.tar.bz2
Projectpage: http://kldp.net/projects/imhangul/

Or you can get cvs version by following this instruction:
$ cvs -d:pserver:anonymous@cvs.kldp.net:/cvsroot/imhangul login
(Just press enter)
$ cvs -z3 -d:pserver:anonymous@cvs.kldp.net:/cvsroot/imhangul co imhangul
$ ./autogen.sh
$ make

and test it by run test.sh script in src dir.

Changes:
 - Removed large duplacated tables
 - Fixed multihead problem

Many korean people want imhangul to be replaced with incorrect one by
GTK+-2.4 :)
Comment 13 Jungshik Shin 2004-01-11 02:04:24 UTC
Let's begin with removing the broken one. It's not so useful as it is
and is just confusing. Moreover, the reference to 'KS C 5601' is
bothering me a lot. 
Comment 14 Changwoo Ryu 2004-01-29 20:14:51 UTC
Removed the broken one:

2004-01-28  Changwoo Ryu  <cwryu@debian.org>
	* modules/input/imhangul-defs.h: 
	* modules/input/imhangul.c:
	* modules/input/Makefile.am: Remove broken hangul input module.
Comment 15 Matthias Clasen 2004-03-01 10:36:06 UTC
Have you considered moving your new module to 


http://gtk-im-extra.sourceforge.net/ ?
Comment 16 Choe Hwanjin 2004-03-02 06:06:52 UTC
I want my input method module to be the default one for korean.
And I think that many other korean want it too.
Comment 17 Owen Taylor 2004-03-11 23:37:14 UTC
I feel pretty bad about my handling of this bug :-(

But my current opinion is that im-hangul doesn't belong in the
GTK+ distribution; neither does any other large or complicated
native GTK+ input method.

Likely *no* input method modules belong in GTK+ other than
the default builtin method, and modules for:

 XIM
 IIIMF
 Windows IME
 
GTK+ input methods can never be a complete solution for the 
desktop because the desktop is not just GTK+ applications.
On the X11 desktop IIIMF seems to be the right direction.

Good input method support requires integration with the 
window manager, panel, and so forth. This is stuff that can't
be done properly at the GTK+ level.
Comment 18 Choe Hwanjin 2004-03-15 02:13:42 UTC
I think imhangul is not the solution for desktop input system.
But, It provides a convenient way to input korean.

Then, how about reducing the size of imhangul?
If simpler version of imhangul can be added to gtk, I will make
imhangul smaller.
Comment 19 Bugzilla Maintainers 2004-04-01 23:44:57 UTC
The URL field has been removed from bugzilla.gnome.org. This URL was in the old URL field, and is being added as a comment so that the data is not lost. Please email bugmaster@gnome.org if you have any questions.

URL: 
http://kldp.net/projects/imhangul/