Re: unicode problem in gwt

2009-03-10 Thread Vitali Lovich
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, ikax...@gmail.com <
irakli.khintibi...@gmail.com> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



unicode problem in gwt

2009-03-09 Thread ikax...@gmail.com

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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Unicode problem in GWT

2009-02-06 Thread Sam sem
changing character encoding will help
request.setCharacterEncoding("UTF8");

On Fri, Feb 6, 2009 at 7:56 AM, Machine_Head  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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Unicode problem in GWT

2009-02-06 Thread Machine_Head

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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---