And the link that I failed to include in my response. http://archive.codehaus.org/lists/org.codehaus.jackson.user/msg/[email protected]
From: Jesse A Ramos/Austin/i...@ibmus To: [email protected] Date: 05/27/2010 11:25 AM Subject: Re: Encoding Hi Michael, Have you tried using the media type "application/json;charset=UTF-8" in your return Response and/or @Produces? If so and that doesn't work, your best bet will probably be to get help from the Jackson community directly. Here's a link to a message on their mailing list that may help you get going in the right direction. -- Jesse Ramos From: Michael Zehrer <[email protected]> To: wink-user <[email protected]> Date: 05/27/2010 10:39 AM Subject: Encoding Sent by: [email protected] Hi, How can I can I configure encoding for my json responses? I use the Jackson provider and my german "umlaute" don't make to the browser. Best regards, Michael
