In Mozilla,kinput2 can be started up by Shift+space,though Japanese can't be displayed in the input field.
The normal Mozilla 0.7 can input Japanese strings to kinput2, But Mozilla in Fisher can't. So Some patches in our Mozilla SRPMS must cause the problem. Tagoh built today and now he is sure One or more between Patch10 - Patch19 must cause the problem.
Try backout out the focus patch to see if that helps.
Today's nightly build let us be sure the one or more of Patch14 Patch15 Patch16 cause the problem.
Mozilla is NOT wrong. LANG=ja_JP, LANG=ja_JP.eucJP can input Japanese string into Mozilla, but LANG=ja_JP.eucjp cannot. This is Anaconda problem!!
ynakai seems to think this is an anaconda problem.
mozilla must accept normalized codeset
--- /usr/lib/mozilla/res/unixcharset.properties.orig Wed Feb 14 13:16:09 2000 +++ /usr/lib/mozilla/res/unixcharset.properties Wed Feb 14 13:16:27 2001 @@ -336,6 +336,7 @@ locale.all.ja_JP.UTF-8@euro=UTF-8 locale.all.ja_JP.EUC=EUC-JP locale.all.ja_JP.eucJP=EUC-JP +locale.all.ja_JP.eucjp=EUC-JP locale.all.ja_JP.SJIS=Shift_JIS locale.all.ja_JP.PCK=Shift_JIS locale.all.ja_JP.IBM-eucJP=EUC-JP
I think this can be closed with resolution RAWHIDE. Seems to work fine in RC1 at least.
Already fixed.