I constantly get invalid characters when importing via json files from Trello. The problem seems to affect all imported text data - including usernames, labels etc.
This is a self-hosted installation, on an armhf-based server, installed through docker. I've tested with restyaboard versions 0.2.1 and 0.3.
I've checked that the json files themselves are properly encoded in UTF-8. The generated web pages report to be using UTF-8 as well. I did a quick grep -Ri encoding through all the files under /usr/share/nginx/html/ in restyaboard's container, but didn't find anything apart from UTF-8 either. So my guess is that the problem might be somewhere in the importing functions (or maybe database configuration?).
EDIT 1:
I've just checked that the online demo at http://board.demo.restya.com also suffers from this!
EDIT 2:
After the board has been created, entering text with special characters within restyaboard works OK - everything is displayed properly. This seems to rule out database configuration issue.
I constantly get invalid characters when importing via json files from Trello. The problem seems to affect all imported text data - including usernames, labels etc.
This is a self-hosted installation, on an armhf-based server, installed through docker. I've tested with restyaboard versions 0.2.1 and 0.3.
I've checked that the json files themselves are properly encoded in UTF-8. The generated web pages report to be using UTF-8 as well. I did a quick
grep -Ri encodingthrough all the files under/usr/share/nginx/html/in restyaboard's container, but didn't find anything apart from UTF-8 either. So my guess is that the problem might be somewhere in the importing functions (or maybe database configuration?).EDIT 1:
I've just checked that the online demo at http://board.demo.restya.com also suffers from this!
EDIT 2:
After the board has been created, entering text with special characters within restyaboard works OK - everything is displayed properly. This seems to rule out database configuration issue.