From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: green@cygnus.com Cc: java@gcc.gnu.org, rhug-rhats@sources.redhat.com Subject: Re: property files and character encodings Date: Mon, 10 Sep 2001 19:27:00 -0000 Message-id: <87k7z6o3fd.fsf@creche.redhat.com> References: <200109100509.WAA10075@fencer.cygnus.com> X-SW-Source: 2001-09/msg00018.html >>>>> "Anthony" == Anthony Green writes: Anthony> {http\u003a//xml.apache.org/xslt}indent-amount=0 Anthony> Note the escape sequence for `:'. Anthony> The program then tries to search this resource bundle for Anthony> "{ http://xml.apache.org/xslt}content-handler" ; and doesn't Anthony> find a match. The problem is that \u003a isn't being Anthony> converted into `:' when read from a property file. I don't Anthony> know what the right solution is. Advice welcome... This is a bug in java.util.Properties.load(). I'm testing a fix. I'll check it in if it passes my tests. Thanks, Tom