Closed
Bug 49380
Opened 25 years ago
Closed 25 years ago
MAC-Shift_JIS 0x8160 shows as "?" in form submission
Categories
(Core :: Internationalization, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: teruko, Assigned: ftang)
References
()
Details
(Whiteboard: nsbeta3+, solution in hand. Need more info to complete the fix.)
This is related to the bug 35166.
The character Shift_JIS 0x8160, will show as "?" in form submission.
Steps of reproduce
1. Go to above URL
2. Select menu View | Character coding -> Multibyte-> Japanese (Shift_JIS)
3. Type 0x8160 (Shift_JIS)
4. Click on Submit Query button
The character will show as "?" in echo.
Tested 2000-08-17-08 Mac build.
Assignee | ||
Comment 1•25 years ago
|
||
how you "3. Type 0x8160 (Shift_JIS) " ?
Summary: MAC-Shift_JIS 0x8160 shows as "?" in form submission → MAC-Shift_JIS 0x8160 shows as "?" in form submission
Assignee | ||
Comment 2•25 years ago
|
||
does other characters work ? Kanji ? katakana ? hiragana ?
Status: NEW → ASSIGNED
Keywords: nsbeta3
Comment 3•25 years ago
|
||
Type "kigou" without the double quotes.
Comment 5•25 years ago
|
||
Need to check other likely candidates for a similar problem.
Assignee | ||
Updated•25 years ago
|
Whiteboard: nsbeta3+
Reporter | ||
Comment 6•25 years ago
|
||
Kanji, Hiragana, Katakana, Hankaku Katakana work fine. I tested the different
kigou. I found out 5c "\" shows as "?" Shift_JIS 0x8160 is "�`".
This does not happen in Win32 and Linux 2000-08-21-08 build.
Assignee | ||
Updated•25 years ago
|
Priority: P1 → P2
Assignee | ||
Comment 7•25 years ago
|
||
mark it as P2
Assignee | ||
Comment 8•25 years ago
|
||
what happen is there are 3 different Unicode U+223C, U+FF5E, U+301C are all
fullwidth wave sign. We convert different from the MacOS
to fix it, we make the Unicode to Shift_JIS and Unicode to JIS0208 include all
of these three map to same sjis/jis0208 code point.
How about EUC-KR, Big5, and GB2312 ?
Can we have a full list of problem character for all these encoding ? It will be
easier if we can change them at once.
This is Mac only problem
Assignee | ||
Updated•25 years ago
|
Whiteboard: nsbeta3+ → nsbeta3+, solution in hand. Need more info to complete the fix.
Reporter | ||
Comment 9•25 years ago
|
||
SJIS -814F has this problem because of the bug 51981.
BIG5 -A14B, A14C, A15A, A1C3, A1CB has this problem.
GB2312-A1A7 has this problem. (display as "?")
A1A4, A1C0, A1C1 When I type these characters in submit field and click
on submit, the echo does not show any characters at all.
EUC-KR no problem.
Assignee | ||
Comment 10•25 years ago
|
||
somehow I see different set of problem than you, I saw big5 have the following
problem
A14B
A1C2
A1C3
A1E3
Assignee | ||
Comment 11•25 years ago
|
||
Check in the changes for Japanese (shift_jis and euc-jp)
Assignee | ||
Comment 12•25 years ago
|
||
split the Big5 problem to 51419
split the GB2312 problem to 51421
close this bug.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 13•25 years ago
|
||
I verified this in 2000-09-07-04 Mac build.
You need to log in
before you can comment on or make changes to this bug.
Description
•