Re: [Mav-user] Character encoding patch?

2006-01-07 Thread Jeff Schnitzer
The longstanding tradition here is to grant committer access to anyone who has a change to make. Partly this is because we're lazy (and by we I mean I), and partly this is an experiment in applying limited wiki concepts to source code. Dan, want access? Jeff Dan Finkelstein wrote: Hi

Re: [Mav-user] Character encoding patch?

2006-01-06 Thread Dan Finkelstein
Hi Peter, I had the same problem last summer and made two modifications to Maverick. My app must be able to adjust to any charset based on locale. I'm pasting in the changes I made below. If someone can commit them to the maverick source that would be even better!! Anyway, let me know

[Mav-user] Character encoding patch?

2006-01-05 Thread Peter Chase
Is anything wrong with the following patch, to make Maverick transforms automatically pick up the character encoding? public FakeHttpServletResponse(HttpServletResponse wrapMe) { super(wrapMe); if (log.isDebugEnabled())