FYI: $ locale LANG=en_US.utf8 LANGUAGE=en LC_CTYPE="en_US.utf8" LC_NUMERIC=C LC_TIME=C LC_COLLATE=C LC_MONETARY=C LC_MESSAGES="en_US.utf8" LC_PAPER="en_US.utf8" LC_NAME="en_US.utf8" LC_ADDRESS="en_US.utf8" LC_TELEPHONE="en_US.utf8" LC_MEASUREMENT="en_US.utf8" LC_IDENTIFICATION="en_US.utf8" LC_ALL=
On 6 January 2011 11:22, James Purser <[email protected]> wrote: > It looks like a system problem as opposed to WIAB. > > James > > On Thu, Jan 6, 2011 at 11:19 AM, David Hearnden <[email protected]> > wrote: > > > James, which OS / JDK version? > > > > It's building fine for me. Java is meant to allow unicode in comments. > > > > -Dave > > > > > > On Thu, Jan 6, 2011 at 11:06 AM, Brett Morgan <[email protected]> > > wrote: > > > does java deal with utf8 in source code these days? > > > > > > On Thu, Jan 6, 2011 at 10:45 AM, James Purser <[email protected] > > >wrote: > > > > > >> Is anyone else getting a build failure on the tip? > > >> > > >> compile-tests: > > >> [javac] Compiling 414 source files to > > >> /home/purserj/wave-protocol/build/test > > >> [javac] > > >> > > >> > > > /home/purserj/wave-protocol/test/org/waveprotocol/wave/federation/xmpp/RemoteDiscoTest.java:34: > > >> warning: unmappable character for encoding ASCII > > >> [javac] * Performs na??ve tests over RemoteDisco. Integration > > testing > > >> is performed in > > >> [javac] ^ > > >> [javac] > > >> > > >> > > > /home/purserj/wave-protocol/test/org/waveprotocol/wave/federation/xmpp/RemoteDiscoTest.java:34: > > >> warning: unmappable character for encoding ASCII > > >> [javac] * Performs na??ve tests over RemoteDisco. Integration > > testing > > >> is performed in > > >> [javac] ^ > > >> [javac] error: warnings found and -Werror specified > > >> [javac] 1 error > > >> > > >> James > > >> > > > > > > > > > > > > -- > > > Brett Morgan > > > http://www.google.com/profiles/brett.morgan > > > > > >
