added support for UTF-8
now the UTF-8 is a default charset git-svn-id: svn://ttmath.org/publicrep/winix/trunk@677 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
namespace Ticket
|
||||
{
|
||||
using Ezc::Info;
|
||||
using namespace TemplatesFunctions;
|
||||
using TemplatesFunctions::system;
|
||||
|
||||
@@ -360,8 +359,8 @@ void AddEzcFunctions(PluginInfo & info)
|
||||
using namespace ns_tickets_tab;
|
||||
using namespace ns_ticket_tab;
|
||||
|
||||
|
||||
Ezc::Functions * fun = reinterpret_cast<Ezc::Functions*>(info.p1);
|
||||
typedef Ezc::Functions<TextStream<std::wstring> > Fun;
|
||||
Fun * fun = reinterpret_cast<Fun*>(info.p1);
|
||||
|
||||
fun->Insert("ticket_is", ticket_is);
|
||||
fun->Insert("ticket_item_subject", ticket_item_subject);
|
||||
|
||||
Reference in New Issue
Block a user