1 52 53 package freemarker.testcase; 54 55 56 59 public class TestOutputEncoding3 extends AbstractTestCase { 60 61 public TestOutputEncoding3( String aTestname ) { 62 super( aTestname ); 63 config.setOutputEncoding("ISO-8859-1"); 64 config.setURLEscapingCharset("UTF-16"); 65 } 66 67 public void setUp() { 68 setUpFiles( "test-outputencoding3.txt" ); 69 } 70 71 } | Popular Tags |