Hi Arnab,

for my german umlauts I just added the following init-param to my 
stripes filter. IIRC this solved my problems.

<init-param>
    <param-name>LocalePicker.Locales</param-name>
    <param-value>de_DE:UTF-8</param-value>
</init-param>

Cheers
Jan



> 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
>   


------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to