Ahh OK I will fix! Mike McCandless
http://blog.mikemccandless.com On Tue, Aug 30, 2011 at 5:35 PM, Jukka Zitting <[email protected]> wrote: > 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 >
