unicode « Convert « JSP-Servlet Q&A





1. Convert from unicode in jsp for JSON's eval function    stackoverflow.com

Im getting a string (simplified) from the backend that should be :

{ "menu": "Reallocate:"}
However it comes to jsp as:
{ "menu": "Reallocate:"}
and i cannot pass this to the:
var data=eval("(" + src + ...