Closed shireefadel closed 4 years ago
Add the option file.encoding=UTF-8
to the java command that starts RESTHeart as follows:
$ java -Dfile.encoding=UTF-8 -jar restheart-platform-core.jar etc/restheart-platform-core.yml -e etc/default.properties
let us know if this fixes your issue
Yes -Dfile.encoding=UTF-8 did solve the problem, thanks
I have some names written in Arabic, it was working good in version 3 but now it's returning as gibberish instead
Expected Behavior
Arabic characters to be displayed correctly
Current Behavior
Gibberish characters returned. "�������� ��������������"
Environment
RH 4 installed on ubuntu 16 server with mongo db 4, the front-end is angular