On 11/05/11 16:43, Peter Flanigan wrote:
On 05/11/11 10:41, Alexey Illarionov wrote:
On 05.11.2011 13:36, Alex Povolotsky wrote:

How do I make Confg::Any understand that my .conf file is in UTF-8 and
how do I correctly put UTF-8 string constants into code?
__PACKAGE__->config( 'Plugin::ConfigLoader' =>  {
        driver =>  {
           'General' =>  { -UTF8 =>  1 }
        }
     });
Add use utf8; to any Perl source code files that contain UTF-8 string
constants

Thanks, it works.

Alex


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to