Bug 12217 - [S60] Wrong rendering of danish national characters for UTF8 coded web pages
Summary: [S60] Wrong rendering of danish national characters for UTF8 coded web pages
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: S60 Emulator S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-11 16:07 PST by Shyam Sareen
Modified: 2007-02-09 13:21 PST (History)
0 users

See Also:


Attachments
Fix for problem. (1.25 KB, text/plain)
2007-01-11 16:18 PST, Shyam Sareen
no flags Details
Modified patch (1.04 KB, text/plain)
2007-01-12 07:43 PST, Shyam Sareen
no flags Details
Another modified patch (1.15 KB, patch)
2007-01-12 09:09 PST, Shyam Sareen
yongjun.zhang: review+
Details | Formatted Diff | Diff
Additional fix than the last one. (2.21 KB, patch)
2007-01-18 07:10 PST, Shyam Sareen
yongjun.zhang: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shyam Sareen 2007-01-11 16:07:47 PST
TSW ID: TMCN-6UQNXY
Comment 1 Shyam Sareen 2007-01-11 16:18:04 PST
Created attachment 12372 [details]
Fix for problem.
Comment 2 Shyam Sareen 2007-01-12 07:43:58 PST
Created attachment 12385 [details]
Modified patch
Comment 3 Shyam Sareen 2007-01-12 09:09:03 PST
Created attachment 12389 [details]
Another modified patch
Comment 4 Yongjun Zhang 2007-01-12 12:39:00 PST
Comment on attachment 12389 [details]
Another modified patch

r=me
Comment 5 Yongjun Zhang 2007-01-12 12:42:18 PST
3.2 fix completed: At revision: 18808  
Comment 6 Shyam Sareen 2007-01-18 07:10:26 PST
Created attachment 12532 [details]
Additional fix than the last one.

Some times, there is wrong UTF-8 encoding in the characters.
For example ( 0xd8 0x73). Then allow atleat one byte wrong encoding.
This has been found in the real site. Also, this means here that is a 
ASCII character.  ASCII can be handled in the UTF-8 also.
Comment 7 Yongjun Zhang 2007-01-18 08:20:14 PST
Comment on attachment 12532 [details]
Additional fix than the last one.

r = me
Comment 8 Yongjun Zhang 2007-01-18 08:21:53 PST
3.2 fix completed: At revision: 18936  
Comment 9 Krishna 2007-02-09 13:21:18 PST
Closed