From: Anthony Green <green@redhat.com>
To: java@gcc.gnu.org
Cc: rhug-rhats@sources.redhat.com
Subject: property files and character encodings
Date: Sun, 09 Sep 2001 22:09:00 -0000 [thread overview]
Message-ID: <200109100509.WAA10075@fencer.cygnus.com> (raw)
I just figured out why the xalan xsl transformer isn't running. It's
reading property files (either compiled in, or from disk) which
contain text like this...
# Note that the colon after the protocol needs to be escaped.
{http\u003a//xml.apache.org/xslt}indent-amount=0
{http\u003a//xml.apache.org/xslt}content-handler=org.apache.xalan.serialize.SerializerToHTML
{http\u003a//xml.apache.org/xslt}entities=HTMLEntities.res
{http\u003a//xml.apache.org/xslt}use-url-escaping=yes
{http\u003a//xml.apache.org/xslt}omit-meta-tag=no
Note the escape sequence for `:'.
The program then tries to search this resource bundle for
"{ http://xml.apache.org/xslt}content-handler" ; and doesn't find a
match. The problem is that \u003a isn't being converted into `:' when
read from a property file. I don't know what the right solution is.
Advice welcome...
Thanks,
AG
next reply other threads:[~2001-09-09 22:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-09 22:09 Anthony Green [this message]
2001-09-10 19:27 ` Tom Tromey
2001-09-10 20:03 Anthony Green
2001-09-10 20:15 ` Tom Tromey
2001-09-10 21:55 ` Anthony Green
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200109100509.WAA10075@fencer.cygnus.com \
--to=green@redhat.com \
--cc=java@gcc.gnu.org \
--cc=rhug-rhats@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).