Japanese in file name of invoice PDF file

Hi,
I meet an error of invoice PDF file name when change language to Japanese.
In English, file name will be Invoice_0352.pdf.
In Japanese file name will become _0352.pdf

When I modified code and add Japanese word for file name, the file name will become 0354.pdf; filename=utf-8’'%E8%AB%8B%E6%B1%82%E6%9B%B8_0354.pdf

Do you know how to make the file name as 請求書_0352.pdf?

Hi,

Which app are you using (web/mobile/desktop) and where exactly in the app are you downloading the invoice?

In some places the PDF name is set by the server whereas in other places the frontend app handles it.

Hi,
I used the typescript UI repository for my web GitHub - invoiceninja/ui: Invoice Ninja: Web admin portal built with React
My browser is chrome and my os is macOS
I tried with local setup and get the error of file name.

Thanks, I suggest creating an issue here:

Thank you, I’ll create an issue in gitbuh