users@jersey.java.net

Re: [Jersey] code for UTF-8 issue

From: Abe Zafar <abezafar_at_gmail.com>
Date: Sun, 14 Nov 2010 23:22:38 -0800 (PST)

The server method is as follows:

        @POST
        @Path("/add")
        @Consumes("application/json")
        @Produces("application/json")
        public BooleanWrapper add(Item item,
                                                          @Context HttpServletRequest request,
                                                          @Context HttpServletResponse response) {

item.frenchText has french accented words.
-- 
View this message in context: http://jersey.576304.n2.nabble.com/code-for-UTF-8-issue-tp4439022p5739122.html
Sent from the Jersey mailing list archive at Nabble.com.