[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

charater encoding changes when viewing/editing template from web interface



> I have problem when viewing/editing templates from web interface.
> Accentuated characters are replaced with strange symbols.
> On printing invoice it looks o'k. I also checked template files in
> text editor and they are o'k - UTF8 encoding.
> 
> It looks like in case of templates character encoding are changed.

Hi! I solved the problem. And posted a solution to BugTracker
http://sourceforge.net/tracker/?func=detail&atid=875350&aid=2892327&group_id=175965
Wrong codepage in HTML templates - ID: 2892327.

in file LedgerSMB/AM.pm need to add 

use open ':utf8';

in head.


 
-- 
Alex