...
Individual pages and components can override the values defined in the message catalog. {float:right|width=45%}
{note:title=Avoid BOMs}
Make sure that your properties files don't contain [byte order marks (BOM)|http://en.wikipedia.org/wiki/Byte_order_mark], because Java -- and thus Tapestry -- doesn't support BOM in properties files (see Wiki Markup
Warning | ||
---|---|---|
| ||
Make sure that your properties files don't contain byte order marks (BOM), because Java – and thus Tapestry – doesn't support BOM in properties files (see http://bugs.sun.com/view_bug.do?bug_id=4508058). |
...
Some |
...
editors |
...
write |
...
them |
...
out |
...
when |
...
saving |
...
a |
...
file |
...
in |
...
UTF-8, |
...
so |
...
watch |
...
out. |
...
Properties File Charset
Tapestry uses the UTF-8
character set (charset) when reading the properties files in a message catalog. This means that you don't have to use the Java native2ascii
tool.
...