Non-ASCII characters appearing as question marks only when downloading all attachments.
those characters appear correctly in the page and when downloading separately.
Following the troubleshooting article, i tried to run the encoding test and checked database collation and character set.
here is the result.
encoding test
----
>> File was written successfully
Detect whether the file system is mangling the file name when it is saved
>> the file name has been mangled
---
database collation and character set
all are utf8mb4_bin
the troubleshooting article:
https://confluence.atlassian.com/doc/troubleshooting-character-encodings-167194.html
Many thanks if could provide any help
Community moderators have prevented the ability to post new answers.
it works.
After adding the following to my setenv.sh file, all encoding tests pass:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.