Hi, On Jan 23, 2008 9:51 AM, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > On Jan 23, 2008 8:31 AM, Sami Siren <[EMAIL PROTECTED]> wrote: > > ...we should define the > > encoding we use for our .java files with something like the following > > and make sure our .java files are properly encoded... > > We could do that, but it's IMHO safer to not use any non-ascii chars > in our source files.
Agreed. > I fixed the problem in revision 614446, using this: > > final String expected = "Archim\u00E8de et Lius \u00E0 > Ch\u00E2teauneuf... > assertEquals(expected,metadata.get(Metadata.RIGHTS)); Excellent, thanks! BR, Jukka Zitting