You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JRedisclient = newJRedis();
client.set("key", "நாஇன் நல்லவன் இல்லை subhash"); // text in Tamil// Later:Stringout = newString(client.get("key")); // This corrupted text
I am getting corrupted text because my PRO system is running:
file.encoding = ANSI_X3.4-1968
When I pass -Dfile.encoding=utf-8 when starting my app-server, the application is working fine. Is it possible to specify encoding using any API method?
The text was updated successfully, but these errors were encountered:
I am getting corrupted text because my PRO system is running:
file.encoding = ANSI_X3.4-1968
When I pass -Dfile.encoding=utf-8 when starting my app-server, the application is working fine. Is it possible to specify encoding using any API method?
The text was updated successfully, but these errors were encountered: