r9786 - helma-ng/trunk/modules/test/helma
[email protected] Fri, 15 May 2009 13:20:42 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090515112042.130FF3D0D6@mia> |
Author: hannes
Date: 2009-05-15 13:20:41 +0200 (Fri, 15 May 2009)
New Revision: 9786
Modified:
helma-ng/trunk/modules/test/helma/file_test.js
Log:
Fix bug in testEncoding() reported by Simon Oberhammer: encode non-ASCII characters as UTF-16 escape codes.
Details at http://dev.helma.org/trac/helma/changeset/9786
Modified: helma-ng/trunk/modules/test/helma/file_test.js
===================================================================
--- helma-ng/trunk/modules/test/helma/file_test.js 2009-05-15 10:30:24 UTC (rev 9785)
+++ helma-ng/trunk/modules/test/helma/file_test.js 2009-05-15 11:20:41 UTC (rev 9786)
@@ -8,7 +8,7 @@
var filename = 'helma_file_test_' + String.random(10);
var string1 = 'Hallo Welt!';
-var string2 = 'Schöne Grüße aus Hildesheim!'
+var string2 = 'Sch\u00f6ne Gr\u00fc\u00dfe aus Hildesheim!'
testCase.setUp = testCase.tearDown = function() {
var file = new File(filename);
_______________________________________________
Helma-CVS mailing list
[email protected]
http://helma.org/mailman/listinfo/helma-cvs