[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
charater encoding changes when viewing/editing template from web interface
- Subject: charater encoding changes when viewing/editing template from web interface
- From: "Alex V. Tikhomirov" <..hidden..>
- Date: Sun, 8 Nov 2009 00:20:22 +0300
> 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