Can you please provide more information?  Where do you see the ??????'s and
what are you doing with the input fields?  What browser are you using?

My guess is that you are using an RPC call to send the data back to the
server when the user presses a button.  If this is the case, try putting
breakpoints in your client side code where you are gathering the input
fields & where you make the RPC call.  Also put a breakpoint at the server
implementation of your RPC call.  This should help you trace the value of
your variables.

There shouldn't be any issues with unicode AFAIK, since the javascript is
run on the browser & then transferred through RPC to Java which supports
unicode natively.  The only potential issue (assuming the browser is fine)
is that the RPC layer doesn't properly serialize unicode strings, although I
doubt it.  If you follow the above steps, and the input going into the RPC
call on the browser is fine & garbage right as the RPC gets called, then it
is a GWT bug & you should open an issue on their google page.

On Tue, Mar 10, 2009 at 1:24 AM, [email protected] <
[email protected]> wrote:

>
> Hi, i have a problem in gwt application with unicode,
> when i fill input fields with unicode font (Cyrillic) and then make
> rpc call,
> result is shown as ????????
>
> Have anybody solved this problem?
>
> Thanks
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to