Reported by @fallow rover
Bug Report: Embedded Excel file name shows URL-encoded characters instead of decoded UTF-8 text
`Steps to Reproduce`
- Ask ChatGPT to generate an Excel file with a Chinese filename.
- ChatGPT returns the file as an embedded spreadsheet preview inside the chat.
- Observe the filename displayed in the spreadsheet header.
`Expected Result`
The embedded spreadsheet preview should display the decoded UTF-8 filename.
Expected display:
教学日历_2026年3月2日-7月31日.xlsx
instead of the percent-encoded string.
`Actual Result`
The filename is displayed as URL-encoded text instead of decoded characters.
Example shown in the UI:
%E6%95%99%E5%AD%A6%E6%97%A5%E5%8E%86_2026%E5%B9%B4...
Instead of the correct readable filename:
教学日历_2026年3月2日-7月31日.xlsx
This makes the filename difficult to read and appears to be a missing URL decode step in the UI.
`Environment`
Chrome, ChatGPT-Web