Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Using UTF-8 instead of ISO-8859-1 encoding

that is perhaps more reasonable....certainly open an issue in bugzilla
on it and if you like make sure you have a CLA in place and make a
patch :)

http://www.eclipse.org/jetty/documentation/current/contributing-patches.html

cheers,
jesse
--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Tue, Mar 4, 2014 at 8:13 AM, Alexander Orlov
<alexander.orlov@xxxxxxxxx> wrote:
> On Mar 4, 2014, at 15:04 , Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
> wrote:
>
> http://docs.oracle.com/cd/E17802_01/products/products/servlet/2.3/javadoc/javax/servlet/ServletResponse.html#getCharacterEncoding()
>
>
> True, and this did not changed in 3.1as well (legacy is hard to
> overcome...). Then we could separate the initial proposal in two parts. The
> response related code part can remain ISO-8859-1 encoded.
>
> But what about <?xml version="1.0" encoding="ISO-8859-1"?> in the XML header
> that merely defines the XML file encoding and is not related to the
> repose/request Servlet API?
>
> Alex
>
> ._.
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top