Multibyte characters can not be used for filename in Application.Download (stream, filename)

Answered
0
0

Hi,
In Application.Download (stream, filename), can multibyte characters be used in filename?

For example, if I run Application.Download (stream, “ダウンロード.pdf”),
The file name will be changed to “=_utf-8_B_44OA44Km44Oz44Ot44O844OJLnBkZg==_=”.

Note) “ダウンロード” is Japanese. The meaning is “download”.

best regard.

  • You must to post comments
Best Answer
0
0

Hi Masafumi,

#1628 is included in the latest Wisej development build (1.5.29).

Best regards
Frank

  • Masafumi Okuro
    Thank you Frank. I’ve confirmed.
  • You must to post comments
Best Answer
0
0
  • You must to post comments
0
0

Hi Masafumi,

Chrome, Firefox and Opera handle the filename correctly. The filename is corrupted only on Internet Explorer and Edge.

Logged #1628 as Workaround for Edge and IE corrupt Japanese filenames on Application.Download

  • You must to post comments
0
0

Hi Tiago,

I tried the example. I attach the result.

Thank you.

 

  • You must to post comments
0
0

Hi Masafumi,

I cannot reproduce.

Using the Download example project, edited Page1.cs file as attached. Ran the project, clicked on 3. Download PDF with FileStream and received the attached file ダウンロード.pdf

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.