The code reads:
convertNonASCIIString("Çüéâäàåçêë"),
instead of using raw unicode references such as \uxxxxxx
When I check the file information on the source I've checked out of CVS I see:
[EMAIL PROTECTED]:~/temp/wicket/wicket$ file /home/amrk/temp/wicket/wicket/src/test/wicket/util/string/StringsTest.java
/home/amrk/temp/wicket/wicket/src/test/wicket/util/string/StringsTest.java: ISO-8859 C program text
The OS sees the file as an ISO-8859 encoded file, which doesn't know about those extended characters used in the test.
Mark
On 12/11/05, Martijn Dashorst
<[EMAIL PROTECTED]> wrote:
Because it is hard to reproduce... the test works on both OSX and Windows XP.
None of the core committers have linux at their disposal...
Martijn
On 12/10/05, Ingram Chen < [EMAIL PROTECTED]> wrote:
> It had been metioned before:
>
> http://sourceforge.net/tracker/index.php?func=detail&aid=1290803&group_id=119783&atid=684975
>
> but it seems not fixed yet....
>
> On 12/10/05, Mark Derricutt <[EMAIL PROTECTED]> wrote:
> > This is an Ubuntu Breazy (Linux) machine, running Sun's Java 1.5. Under
> 1.5 I saw the warnings on the console for the failing test, under Mustang I
> didn't see the warnings but also had failing tests.
> >
> >
> >
> > On 12/11/05, Martijn Dashorst < [EMAIL PROTECTED]> wrote:
> > > On what platform are you running the tests? Linux, OSX, WinXP?
> > >
> >
> >
>
>
>
> --
> Ingram Chen
> Java [EMAIL PROTECTED]
> Institue of BioMedical Sciences Academia Sinica Taiwan
> blog: http://www.javaworld.com.tw/roller/page/ingramchen
--
Living a wicket life...
Martijn Dashorst - http://www.jroller.com/page/dashorst
Wicket 1.1 is out: http://wicket.sourceforge.net/wicket-1.1
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
