Hi All,
I am using fof-upload and trying to upload file with chinese name, but the forentend seems not able to correctly identify the bbcode template with chinese character.
If the upload file’s name don't have chinese character, it can render successfully as below:
[upl-file uuid=03590b59-e277-4b75-b25d-112f6f96f55e size=3MB]wordpressripro-v86.zip[/upl-file]
If it contains Chinese character, it will not able to render and will only show the original text
[upl-file uuid=03590b59-e277-4b75-b25d-112f6f96f55e size=3MB]wordpressripro-v86你好.zip[/upl-file]
Looks like I should do some change with the following files to make it identify the bbcode template with chinese characters.
/flarum_app/vendor/s9e/text-formatter/src/render.js
/flarum_app/vendor/s9e/text-formatter/src/parse.js
But I have no luck to make the correct change, can anyone help ?