Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
cd93f1a6
Commit
cd93f1a6
authored
Feb 22, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rewrite UniXML for use in UTF-8 locale with UTF-8 source code (interface compatible)
parent
febdab20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
132 deletions
+28
-132
UniXML.h
include/UniXML.h
+2
-9
UniXML.cc
src/Various/UniXML.cc
+26
-123
No files found.
include/UniXML.h
View file @
cd93f1a6
/* This file is part of the UniSet project
* Copyright (c) 2002 Free Software Foundation, Inc.
* Copyright (c) 2002 Vitaly Lipatov
* Copyright (c) 2002
-2010
Free Software Foundation, Inc.
* Copyright (c) 2002
, 2009, 2010
Vitaly Lipatov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -62,13 +62,6 @@ public:
xmlDoc
*
doc
;
std
::
string
filename
;
// Кодировки внутренняя (в программе) и внешняя (хранение в XML)
static
const
std
::
string
InternalEncoding
;
static
const
std
::
string
ExternalEncoding
;
static
const
std
::
string
xmlEncoding
;
// Создать новый XML-документ
void
newDoc
(
const
std
::
string
&
root_node
,
std
::
string
xml_ver
=
"1.0"
);
...
...
src/Various/UniXML.cc
View file @
cd93f1a6
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment