[Webkit-unassigned] [Bug 12291] A downloaded file via Safari, that has Korean Character in its name shows "??"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 16 09:37:05 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12291


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever Confirmed|0                           |1
          Component|New Bugs                    |WebCore Misc.
             Status|UNCONFIRMED                 |NEW
         AssignedTo|webkit-                     |ap at webkit.org
                   |unassigned at lists.webkit.org |




------- Comment #4 from ap at webkit.org  2007-01-16 09:37 PDT -------
Confirmed with TOT. Works as expected in Firefox. Going to investigate whether
this is a WebKit bug, or something deeper in the OS.

Looks like a tricky issue - the response doesn't have any hint to guess the
encoding (Korean DOS/Windows), so the encoding of the main page will need to be
taken into account:

$ curl -I
"http://www.albireo.net/powerbook/forum/attachment.php?s=c0f8a7bb63cfaaacb6dac91fe7ebaa80&attachmentid=2531"
HTTP/1.1 200 OK
Date: Tue, 16 Jan 2007 17:25:15 GMT
Server: Apache/1.3.33 (Unix) mod_throttle/3.1.2 mod_perl/1.27 PHP/4.4.1
X-Powered-By: PHP/4.4.1
Set-Cookie: bblastvisit=1168968315; expires=Wed, 16 Jan 2008 17:25:15 GMT;
path=/
Set-Cookie: bblastactivity=1168968306; expires=Wed, 16 Jan 2008 17:25:15 GMT;
path=/
Cache-control: max-age=31536000
Expires: Wed, 16 Jan 2008 17:25:15 GMT
Last-Modified: Tue, 16 Jan 2007 12:00:09 GMT
Content-disposition: attachment; filename="???.txt"
Content-Length: 10
Connection: close
Content-Type: plain/text


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list