Closed
Bug 169211
Opened 23 years ago
Closed 23 years ago
wrong 'styl' is created for non ASCII scripts if that is different from the system default language
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: nhottanscp, Assigned: nhottanscp)
Details
(Keywords: intl)
Attachments
(2 files)
|
94.08 KB,
image/jpeg
|
Details | |
|
1.35 KB,
patch
|
nhottanscp
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
Separated from bug 168041.
Using MacOS X, set default language to Japanese.
Goto http://www.netscape.fr/
Copy non Ascii characters and show the clipboard contents in Finder (edit/show
clipboard).
Non Ascii characters are not shown correctly (shown as unrelated Japanese
characters).
The result is different based on the keyboard script when the copy is done. If
the keyscript is English then the problem happens but when the keyscript is
Japanese then the non ASCII characters are copied correctly.
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.2beta
| Assignee | ||
Updated•23 years ago
|
QA Contact: ruixu → ylong
Comment 1•23 years ago
|
||
| Assignee | ||
Comment 2•23 years ago
|
||
The keyboard substituion is implemented for Mac only. After we use the native
converter to do the substitution, this part is not needed.
Comment 3•23 years ago
|
||
Comment on attachment 99537 [details] [diff] [review]
Remove keyboard script substitution because it has a conflict with native converter's substitution.
This kPlatformCharsetSel_KeyboardInput:
is mac only. If we don't forsee any future usage of this charset, we probably
should remove it. Other than that, r=shanjian.
| Assignee | ||
Comment 4•23 years ago
|
||
>If we don't forsee any future usage of this charset, we probably
>should remove it.
I don't have an actual example. But I think it is okay to keep it for now, it
might be useful in future.
| Assignee | ||
Comment 5•23 years ago
|
||
Comment on attachment 99537 [details] [diff] [review]
Remove keyboard script substitution because it has a conflict with native converter's substitution.
r=shanjian
Attachment #99537 -
Flags: review+
Comment 6•23 years ago
|
||
Comment on attachment 99537 [details] [diff] [review]
Remove keyboard script substitution because it has a conflict with native converter's substitution.
sr=sfraser
Attachment #99537 -
Flags: superreview+
| Assignee | ||
Comment 7•23 years ago
|
||
checked in to the trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
Verified fixed in 09-24 trunk build / Mac 10.1.5.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•