now winix is using 'pikotools' (confparser, utf8, mainparser)

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@792 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-01-12 02:24:08 +00:00
parent cb33f20a24
commit b2d3ca9543
55 changed files with 1749 additions and 1884 deletions

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2011, Tomasz Sowa
* Copyright (c) 2010-2012, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,7 +12,7 @@
#include <vector>
#include <string>
#include "core/confparser.h"
#include "confparser/confparser.h"
@@ -122,11 +122,11 @@ private:
// messages vector<via language>
// this table has the same size as locale_files (at least one item)
std::vector<Space::TableSingle> loc_tab;
std::vector<PT::Space::TableSingle> loc_tab;
// messages vector<via language>
// this table has the same size as locale_files (at least one item)
std::vector<Space::Table> loc_tab_multi;
std::vector<PT::Space::Table> loc_tab_multi;
// vectors of characters substitution (sort by 'from')
std::vector<SubstItem> subst_url;
@@ -134,8 +134,8 @@ private:
std::vector<SubstItem> subst_capitallet; // changing from capital to small
Space space;
ConfParser loc_parser;
PT::Space space;
PT::ConfParser loc_parser;
std::string locale_filea;
std::string file_name;
std::wstring key_str;