|
Posted by Neredbojias on 11/28/06 12:29
To further the education of mankind, "sunilp" <sunil.parte@gmail.com>
vouchsafed:
> Hi all,
>
> I have a problem related to frame src URL and japanese characters.
> My application contains a Frameset/frames and we set frames's src based
> on numerous conditions.
>
> Sometimes this URL contains a few request parameters.Currently i m
> testing for japanese characters in request parameters.
>
> I have set the character-set of all web pages as "UTF-8".(Using
> content-type meta tag).
>
> Also i have made changes in filter(servlet filter) of my application to
> set the set the character encoding to "UTF-8". But still i get garbled
> data at server side.
>
> If the japanese character data is submitted through forms then i get
> correct data at server side, but when i set the src of frame then i get
> corrupt data at server side.
>
> Are there any other setting to be made?Or is there any other way to
> encode this data?
> I have tried using escape and encodeURIComponent.Both didnt work.
Besides the individual (src) pages, is your frames page correctly encoded,
and does it have an appropriate doctype?
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|