Hi, On Tue, Aug 30, 2011 at 9:07 PM, <[email protected]> wrote: > + assertContains("zażółć gęślą jaźń", content); > + assertContains("ZAŻÓŠĆ GĘŚLĄ JAŹŃ", content);
I think it would be best if we used \uNNNN escapes for non-ASCII characters in .java files. Our Maven build already standardizes to UTF-8, but there's no guarantee that someone who later edits the file uses the correct encoding settings. BR, Jukka Zitting
