Skip to content

Commit

Permalink
Using UTF-8 as the default charset
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 11, 2014
1 parent 5d052f9 commit 63b0ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public abstract class AbstractScannerTestCase
{

private static final Charset DEFAULT_CHARSET = Charset.forName("ISO-8859-1");
private static final Charset DEFAULT_CHARSET = Charset.forName("UTF-8");

public static final String ASSERT_ENCODER = "TEST";
{
Expand Down

0 comments on commit 63b0ff4

Please sign in to comment.