Bug 12389 - Chinese decoding error at hk.antispam.yahoo.com
Summary: Chinese decoding error at hk.antispam.yahoo.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Alexey Proskuryakov
URL: http://hk.antispam.yahoo.com/domainkeys/
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-23 21:00 PST by Alexey Proskuryakov
Modified: 2007-01-27 07:20 PST (History)
1 user (show)

See Also:


Attachments
proposed fix (4.96 KB, patch)
2007-01-26 12:23 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2007-01-23 21:00:31 PST
The encoding is wrong at this site. Firefox works correctly.

This bug was fixed for S60 in bug 12371.
Comment 1 David Kilzer (:ddkilzer) 2007-01-23 21:57:58 PST
Will this also fix the Korean characters on this page (below the "To see the proper Korean characters..." text)?

http://www.masteryi.com/index.php?db=club_master&actKey=read&no=12

Comment 2 David Kilzer (:ddkilzer) 2007-01-23 22:20:57 PST
(In reply to comment #1)
> Will this also fix the Korean characters on this page (below the "To see the
> proper Korean characters..." text)?
> 
> http://www.masteryi.com/index.php?db=club_master&actKey=read&no=12

The Korean characters don't appear correctly in Firefox, so I'm guessing not.

Comment 3 Alexey Proskuryakov 2007-01-26 12:23:13 PST
Created attachment 12690 [details]
proposed fix

This fix is different from what was committed to S60 branch (which just allowed IMG tags in head).
Comment 4 Darin Adler 2007-01-26 20:09:54 PST
Comment on attachment 12690 [details]
proposed fix

r=me
Comment 5 Alexey Proskuryakov 2007-01-27 02:24:09 PST
Committed revision 19185.
Comment 6 Alexey Proskuryakov 2007-01-27 02:26:26 PST
(In reply to comment #1)
> Will this also fix the Korean characters on this page (below the "To see the
> proper Korean characters..." text)?
> 
> http://www.masteryi.com/index.php?db=club_master&actKey=read&no=12

  I don't think it's even a bug - the page doesn't have any indication of encoding (unless count the nonsensical CHARSET=en-us, which still has nothing to do with Korean).
Comment 7 David Kilzer (:ddkilzer) 2007-01-27 07:20:35 PST
(In reply to comment #6)
> (In reply to comment #1)
> > Will this also fix the Korean characters on this page (below the "To see the
> > proper Korean characters..." text)?
> > 
> > http://www.masteryi.com/index.php?db=club_master&actKey=read&no=12
> 
>   I don't think it's even a bug - the page doesn't have any indication of
> encoding (unless count the nonsensical CHARSET=en-us, which still has nothing
> to do with Korean).

Yes, the individual characters need to be entity-encoded to work properly.  Thanks!