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)

PowerPC
Mac System 9.x
defect

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.
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
does other characters work ? Kanji ? katakana ? hiragana ?
Status: NEW → ASSIGNED
Keywords: nsbeta3
Type "kigou" without the double quotes.
Marking nsbeta3+ per I18N bug triage.
Priority: P3 → P1
Need to check other likely candidates for a similar problem.
Whiteboard: nsbeta3+
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.
Priority: P1 → P2
mark it as P2
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
Whiteboard: nsbeta3+ → nsbeta3+, solution in hand. Need more info to complete the fix.
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.
somehow I see different set of problem than you, I saw big5 have the following problem A14B A1C2 A1C3 A1E3
Check in the changes for Japanese (shift_jis and euc-jp)
split the Big5 problem to 51419 split the GB2312 problem to 51421 close this bug.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
I verified this in 2000-09-07-04 Mac build.
OS: Mac System 9.x
You need to log in before you can comment on or make changes to this bug.