Using Unicode in Catalyst Applications
There are two aspects to using Unicode in your Catalyst apps:
1. having Unicode in the TT files - you need to prefix them with the BOM
2. putting Unicode strings in the stash - simply add "Unicode" to the list of plugins that your Catalyst application uses.