Ignore:
Timestamp:
01/06/16 19:10:36 (8 years ago)
Author:
nanardon
Message:

Fix unicode with I18N

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web.pm

    r1586 r1601  
    108108}; 
    109109 
     110__PACKAGE__->config->{'Plugin::I18N'} = { 
     111    'maketext_options' => { 
     112        Decode => 0 
     113    } 
     114}; 
     115 
     116 
    110117# 1 week for session 
    111118__PACKAGE__->config->{'Plugin::Session'} = { 
Note: See TracChangeset for help on using the changeset viewer.