Closed Bug 28231 Opened 25 years ago Closed 25 years ago

Need to change the charset name for Traditional Chinese from Big5 to BIG5

Categories

(MailNews Core :: Internationalization, defect, P3)

All
Windows 95
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: ji, Assigned: nhottanscp)

Details

(Whiteboard: [PDT+] ETA 2/18)

In the messenger.xul file, "Big5" is used for the charset name of Traditional
Chinese. It should be changed to "BIG5" so checkmark can be applied to the
charset on the menu when Big5 is the mail default send charset in the 
reply/forward mail.
This is a check mark only problem the actual mail goes out as big5. But I think 
we want to fix this for beta1. The change is simple and no side effect (Big5 to 
BIG5).

Index: messengercompose.xul
===================================================================
RCS file: 
/cvsroot/mozilla/mailnews/compose/resources/content/messengercompose.xul,v
retrieving revision 1.92
diff -r1.92 messengercompose.xul
243c243
< 			<menuitem id="Big5" type="radio" name="charsetGroup" 
value="&dcharTradChiBigCmd.label;" 
oncommand="SetDocumentCharacterSet(this.id);"/>
---
> 			<menuitem id="BIG5" type="radio" name="charsetGroup" 
value="&dcharTradChiBigCmd.label;" 
oncommand="SetDocumentCharacterSet(this.id);"/>
Status: NEW → ASSIGNED
Keywords: beta1
Whiteboard: [PDT+]
Whiteboard: [PDT+] → [PDT+] ETA 2/18
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
To ji for verification. 
QA Contact: momoi → ji
Verified/fixed with 2000022108 build.
Status: RESOLVED → VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.