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 >
