[webkit-dev] content-disposition, utf-8 and webkit
Andre-John Mas
ajmas at sympatico.ca
Sun Apr 12 19:08:30 PDT 2009
Hi,
I am using the Webkit nightlies on MacOS X, and I noticed that the
following header doesn't seem to give the expected results:
content-disposition: inline;
filename*="utf-8''%E8%92%99%E7%89%B9%E5%88%A9%E5%B0%94.vcf"
In Firefox it provides me a filename with Chinese characters in it.
Safari/WebKit defaults to using the file name of the java servlet that
was called. So, given a servlet URL: http://localhost/myservlet.do
Firefox: 蒙特利尔.vcf
Safari/Webkit: myservlet.do
Should I be opening a Webkit ticket for this, or a RADAR?
André
More information about the webkit-dev
mailing list