History log of /frameworks/volley/src/test/java/com/android/volley/toolbox/JsonRequestCharsetTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6bafd7d28fc7947f263feb7134fc8a70084357c3 20-Jan-2015 Zdeněk Kořán <zkoran@gmail.com> Change the default character encoding for JSON responses to UTF-8

According to RFC 7159 (Section 8.1), the default encoding of JSON should be UTF-8.
Using ISO-8859-1 as default causes incompatibility with some JSON APIs (e.g. wrong interpretation of internationalized strings).
/frameworks/volley/src/test/java/com/android/volley/toolbox/JsonRequestCharsetTest.java