Description
Currently, get_download_link is configured with a hardcoded force_unidecode=True. While the existing logic already supports the RFC 6266 structure, this specific parameter forces all CJK filenames into Pinyin/ASCII, which limits the experience for users on modern browsers.
My PR #3589 resolves this issue by refining the parameter passing to unlock full native character support. A huge thank you to the team for building such an incredible tool—the solid existing architecture made this improvement very straightforward to implement. We truly appreciate your hard work! ❤️
Description
Currently,
get_download_linkis configured with a hardcodedforce_unidecode=True. While the existing logic already supports the RFC 6266 structure, this specific parameter forces all CJK filenames into Pinyin/ASCII, which limits the experience for users on modern browsers.My PR #3589 resolves this issue by refining the parameter passing to unlock full native character support. A huge thank you to the team for building such an incredible tool—the solid existing architecture made this improvement very straightforward to implement. We truly appreciate your hard work! ❤️