[ nedit-Bugs-712170 ] Can't input characters using XIM.
SourceForge.net
noreply at sourceforge.net
Mon Mar 5 01:19:26 CET 2007
Bugs item #712170, was opened at 2003-03-30 15:17
Message generated for change (Comment added) made by yooden
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=712170&group_id=11005
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Program
Group: development
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't input characters using XIM.
Initial Comment:
I can not input chinese characters in nedit window
using XIM, XIM server is htt, the preedit area and
status area works, but the XmImMbLookupString function
in text.c return 0 with status set to XLookupNone, why?
LC_CTYPE=zh_CN.EUC
5.4DEV
Jan 7, 2003
Built on: Solaris, Sparc, GNU C
Built at: Jan 10 2003, 10:54:18
With Motif: 2.1.0 [@(#)Motif Version 2.1.0]
Running Motif: 2.1 [unknown]
Server: Sun Microsystems, Inc. 6410
Visual: 24-bit TrueColor (ID 0x22, Default)
----------------------------------------------------------------------
>Comment By: Thorsten Haude (yooden)
Date: 2007-03-05 01:19
Message:
Logged In: YES
user_id=119143
Originator: NO
(No response, closed.)
----------------------------------------------------------------------
Comment By: Thorsten Haude (yooden)
Date: 2006-09-17 17:09
Message:
Logged In: YES
user_id=119143
Again, does this work with NEdit's Motif text fields, eg. in
the syntax highlighting dialog? Did the compile switch help?
----------------------------------------------------------------------
Comment By: Thorsten Haude (yooden)
Date: 2006-02-05 14:48
Message:
Logged In: YES
user_id=119143
6B offers a few hints about this problem, looks like it
should just work. Does this work with NEdit's Motif text
fields, eg. in the syntax highlighting dialog?
You could also compile NEdit with the NO_XMIM switch to fall
back to X11 methods. Does this help?
----------------------------------------------------------------------
Comment By: Thorsten Haude (yooden)
Date: 2004-07-15 10:39
Message:
Logged In: YES
user_id=119143
NEdit's text widget is a custom widget. I don't claim to
understand what you are trying to achive, but that is
probably the reason why it fails.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2003-04-01 04:54
Message:
Logged In: NO
Yes, you're right, but I do not expect it can display
wide characters (of course that's really great).
It's quite strange that XmImMbLookupString return none,
you know, I simply replace XmIm functions with
XOpenXIM/XCreateIC/XmbLookupString fuctions, that works!
with a little bugs, I'm not good at programming:)
So I want to know why XmImMbLookupString does not work?
----------------------------------------------------------------------
Comment By: Andrew Hood (ajhood)
Date: 2003-03-31 14:28
Message:
Logged In: YES
user_id=36856
NEdit only supports 8 bit character sets.
Support of wide characters would be a major project, and as
far as I know is not on the wish list.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=712170&group_id=11005
More information about the Develop
mailing list