Closed
Bug 100009
Opened 24 years ago
Closed 23 years ago
Mozilla dosen't support unicode files which contain japanese characters
Categories
(Core :: Internationalization, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.8
People
(Reporter: stefan.erras, Assigned: tetsuroy)
References
Details
(Keywords: intl)
Attachments
(1 file)
220 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: 2001080110
when I save html files that contain japanese characters as unicode, the files
are displayrd wrong in mozilla (internet explorer works just fine)
Reproducible: Always
Steps to Reproduce:
1.save a file that contains japanese characters (example: a javascript) as
unicode text
2.open it in mozilla
3.
Actual Results: only **** is displayed
Comment 1•24 years ago
|
||
what mozilla build? 0.9.4?
Reporter | ||
Comment 2•24 years ago
|
||
Build 0.9.3,
this bug is also a bug in netscape 6.1
Comment 3•24 years ago
|
||
->i18n
Assignee: asa → yokoyama
Component: Browser-General → Internationalization
QA Contact: doronr → andreasb
Comment 4•24 years ago
|
||
qa -> ylong. Yuying, please confirm.
Keywords: intl
QA Contact: andreasb → ylong
Comment 5•24 years ago
|
||
stefan: would you kindly attach the file?
Reporter | ||
Comment 6•24 years ago
|
||
i want to use javascript text files saved in unicode on my homepage. these
files should not contain escape sequences ("\uxxxx")...
Comment 7•24 years ago
|
||
stefan: are you doing "Save As Charset" and selecting UTF-8?
Assignee | ||
Updated•24 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 9•24 years ago
|
||
stefan: would you attach the file? it would be easier to debug. thanks
Reporter | ||
Comment 10•24 years ago
|
||
Reporter | ||
Comment 11•24 years ago
|
||
sorry for my late answer...
btw: i dicovers another bug:
<HTML>
<HEAD>
<TITLE>Catalog</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
</HEAD>
<BODY>
<script language="JavaScript">
<!--
document.write('<A href="\u30C3\u30C3\u30C3\u30C3
\u30C3/index.htm"><B>testlink</B></A>');
//-->
</script>
</BODY>
</HTML>
doesn't seem to work.
Comment 12•24 years ago
|
||
???????????????[zo-ri-tsu-se-se-se-se-se-se-se...] in testfile
displays correctly for me with Cyberbit fonts installed(instructions:
http://www.mozilla.org/quality/smoketests/faq.html#international) in Milestone
0.9.5 although I did stumble on this by accident so it might be nice if
instructions for obtaining these fonts were included in the release notes...
The only other japanese support I have on my computer is my Japanese Word
Processor which acts as a seperate program...
Assignee | ||
Comment 13•24 years ago
|
||
I can render your attached file correctly in my WinXP.
It reads as [zo-ri-tsu-se-se-se-se-se-se-se...] :)
stefan: I failed to see problems so far.
Is this about "Saving File" or "Opening" file?
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Assignee | ||
Comment 14•23 years ago
|
||
I am marking this as WORKSFORME.
Plese reopen if you or somebody disagree.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 15•23 years ago
|
||
I had no problem with display the attached test file on both Win2000 and WinXP.
I'm marking this as verified now.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•