Use unicode escapes? http://docs.oracle.com/javase/6/docs/api/java/util/Properties.html#load(java.io.InputStream) http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#3.3
\u00AE http://www.fileformat.info/info/unicode/char/ae/index.htm Josh On Thu, Jan 19, 2012 at 7:21 PM, Paul Stanton <p...@mapshed.com.au> wrote: > Hi all, > > I'm looking for the best way to store special characters such as ® (® / > ®) in the messages properties bundle (i.e. app.properties). > > I'm aware that I can store the entity name within the bundle and then use > the 'outputraw' component to render the appropriate symbol in the browser, > however the messages bundle is sometimes used for non-browser functionality > and I would prefer to have a more transferable approach. > > Is there any alternative? > > Thanks, Paul. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org