Hi,
I am working in an application where the UI is developed in EXT-JS and the
web layer is of Stripes. Certain functionalities involve fetching data from
DB and show in the UI. This data in DB can be Chinese or Hebrew and english
of course.
When the data is other than english, the UI is showing garbage data even
though I have the font installed.
So I tried this :
StreamingResolution str = new StreamingResolution("text/json", new
StringReader(jsonString));
str .setCharacterEncoding("UTF-8");
This worked fine. But since I have a lot of Streaming resolution returns, I
have to do these a lot of places.
Can I do this in the interceptor level or any other way so that it gets
applied for all the returning Resolutions?
Please help. This is really urgent.
Thanks for your help in advance :-D
Regards
Arnab
--
View this message in context:
http://www.nabble.com/Character-encoding-in-Innterceptor-tp24674536p24674536.html
Sent from the stripes-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users