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

On Tue, Mar 4, 2014 at 7:52 AM, Alexander Orlov
<alexander.orlov@xxxxxxxxx> wrote:
> ISO-8859-1 encoding

http://docs.oracle.com/cd/E17802_01/products/products/servlet/2.3/javadoc/javax/servlet/ServletResponse.html#getCharacterEncoding()

by default, the servlet api requires the default encoding to be
iso-8859-1 unless it is specifically set...so in situations you rely
upon UTF-8 you should declare it as such :)

bit funky but what can you do....


--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


Back to the top