Re: Using Codes in Message Catalog

2015-09-13 Thread Ido Dovrat
You can go with the HTML code, but then, in order to render it, you'd have to use something like this: On Fri, Sep 11, 2015 at 11:57 AM, Andreas Fink wrote: > Tapestry handles properties files as UTF-8 ( > https://tapestry.apache.org/localization.html ). > As long as you make sure that your id

Re: Using Codes in Message Catalog

2015-09-11 Thread Andreas Fink
Tapestry handles properties files as UTF-8 ( https://tapestry.apache.org/localization.html ). As long as you make sure that your ide saves those properties files as UTF-8 instead of ISO 8859-1 which the Java API dictates you can just use the plain copyright glyph. Cheers, Andi. On 11 Sep 2015,

Using Codes in Message Catalog

2015-09-11 Thread Poggenpohl, Daniel
Hello, we're trying to put a copyright sign into a message. I've tried the HTML code for the sign and the UTF-8 code. Both are interpreted literally. What do I have to do to print the sign? Regards, Daniel P.