locale returns: LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL=
James On Thu, Jan 6, 2011 at 11:15 AM, Alex North <[email protected]> wrote: > Ah, I'm pretty sure Java does but you might have your locale set up to not > be providing it. What does `locale` return for you? > > However, we should just make everything plain ASCII anyway so that no-one > ever needs to think about this. > > A. > > On 6 January 2011 11:06, 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 > > >
