what about on the client side how to make this cause when adding new one how to make the added value in UTF-8 format
On Jul 20, 11:43 am, rudolf michael <[email protected]> wrote: > You need to make sure that the String that you are returning from the server > is UTF8 Encoded. > Since GWT by default supports UTF8 encoding, then you need to make sure that > what ever value you are returning from the server/db is encoded properly. > > best regards, > Rudolf Michael > > On Tue, Jul 20, 2010 at 11:39 AM, Ahmed Shoeib < > > [email protected]> wrote: > > what do you mean > > can you explain it ?? > > > On Jul 20, 11:09 am, olivier nouguier <[email protected]> > > wrote: > > > AFAIK gwt expect UTF-8 encoding. > > > > On Tue, Jul 20, 2010 at 9:37 AM, Ahmed Shoeib < > > [email protected] > > > > > wrote: > > > > Welcome all , > > > > > now i face a problem with UTF-8 Encoding Problem > > > > > how to support it in GWT project ???? > > > > > -- > > > > 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]<google-web-toolkit%[email protected]> > > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > > -- > > > "Computers are useless. They can only give you answers." > > > - Pablo Picasso - > > > -- > > 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]<google-web-toolkit%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
