Bug 25789

Summary: Japanese can't be input mozilla
Product: [Retired] Red Hat Linux Reporter: Bill Huang <bhuang>
Component: mozillaAssignee: Matt Wilson <msw>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: havill, msw, petersen, tagoh, ynakai
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-24 05:42:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Huang 2001-02-03 01:16:02 UTC
In Mozilla,kinput2 can be started up by Shift+space,though Japanese can't
be displayed in the input field.

Comment 1 Nakai 2001-02-08 20:14:21 UTC
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.

Comment 2 Christopher Blizzard 2001-02-08 20:20:58 UTC
Try backout out the focus patch to see if that helps.

Comment 3 Nakai 2001-02-09 18:30:50 UTC
Today's nightly build let us be sure the one or more of

Patch14
Patch15
Patch16

cause the problem.

Comment 4 Nakai 2001-02-12 17:30:04 UTC
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!!

Comment 5 Christopher Blizzard 2001-02-14 17:34:39 UTC
ynakai seems to think this is an anaconda problem.

Comment 6 Matt Wilson 2001-02-14 18:29:59 UTC
mozilla must accept normalized codeset


Comment 7 Matt Wilson 2001-02-14 19:12:10 UTC
--- /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



Comment 8 Jens Petersen 2001-08-24 05:41:02 UTC
I think this can be closed with resolution RAWHIDE.
Seems to work fine in RC1 at least.

Comment 9 Nakai 2001-09-04 14:13:48 UTC
Already fixed.