You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
177 lines
5.5 KiB
177 lines
5.5 KiB
From 442e98604d4158dae11056c4f94aaa655cb480fa Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= <debian@jff-webhosting.net>
|
|
Date: Wed, 8 Nov 2017 20:45:40 +0100
|
|
Subject: New 0110-xerces-c3.2.patch, change maintainer email
|
|
|
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
Index: xsd/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx
|
|
+++ xsd/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx
|
|
@@ -43,7 +43,7 @@ main (int argc, char* argv[])
|
|
if (s[0] != "abc" ||
|
|
s[1] != "\xE6" ||
|
|
s[2] != "\xA2\xA3\xA4\xA5" ||
|
|
- s[3] != "???")
|
|
+ s[3] != "??")
|
|
{
|
|
cerr << "invalid encoding" << endl;
|
|
return 1;
|
|
Index: xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.std
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.std
|
|
+++ xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.std
|
|
@@ -6 +6 @@
|
|
- <a>???</a>
|
|
+ <a>??</a>
|
|
Index: trunk/xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.xml
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.xml
|
|
+++ xsd/tests/cxx/tree/encoding/char/iso-8859-1/test.xml
|
|
@@ -5,7 +5,7 @@
|
|
<a>abc</a>
|
|
<a>æ</a>
|
|
<a>¢£¤¥</a>
|
|
- <a>Āꪪ򪪪</a>
|
|
+ <a>Āꪪ</a>
|
|
|
|
<b>abc</b>
|
|
<b>aâc</b>
|
|
Index: xsd/tests/cxx/tree/encoding/char/utf-8/driver.cxx
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/char/utf-8/driver.cxx
|
|
+++ xsd/tests/cxx/tree/encoding/char/utf-8/driver.cxx
|
|
@@ -32,8 +32,7 @@ main (int argc, char* argv[])
|
|
|
|
if (s[0] != "abc" ||
|
|
s[1] != "\xD5\x95" ||
|
|
- s[2] != "\xEA\xAA\xAA" ||
|
|
- s[3] != "\xF2\xAA\xAA\xAA")
|
|
+ s[2] != "\xEA\xAA\xAA")
|
|
{
|
|
cerr << "invalid encoding" << endl;
|
|
return 1;
|
|
@@ -45,8 +44,7 @@ main (int argc, char* argv[])
|
|
|
|
if (s[0] != strenum::abc ||
|
|
s[1] != strenum::a_c ||
|
|
- s[2] != strenum::cxx_bc ||
|
|
- s[3] != strenum::ab_)
|
|
+ s[2] != strenum::cxx_bc)
|
|
{
|
|
cerr << "invalid encoding" << endl;
|
|
return 1;
|
|
Index: xsd/tests/cxx/tree/encoding/char/utf-8/test.std
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/char/utf-8/test.std
|
|
+++ xsd/tests/cxx/tree/encoding/char/utf-8/test.std
|
|
@@ -3,9 +3,7 @@
|
|
<a>abc</a>
|
|
<a>Օ</a>
|
|
<a>ꪪ</a>
|
|
- <a>򪪪</a>
|
|
<b>abc</b>
|
|
<b>aՕc</b>
|
|
<b>ꪪbc</b>
|
|
- <b>ab򪪪</b>
|
|
</t:root>
|
|
Index: xsd/tests/cxx/tree/encoding/char/utf-8/test.xml
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/char/utf-8/test.xml
|
|
+++ xsd/tests/cxx/tree/encoding/char/utf-8/test.xml
|
|
@@ -5,11 +5,9 @@
|
|
<a>abc</a>
|
|
<a>Օ</a>
|
|
<a>ꪪ</a>
|
|
- <a>򪪪</a>
|
|
|
|
<b>abc</b>
|
|
<b>aՕc</b>
|
|
<b>ꪪbc</b>
|
|
- <b>ab򪪪</b>
|
|
|
|
</t:root>
|
|
Index: xsd/tests/cxx/tree/encoding/char/utf-8/test.xsd
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/char/utf-8/test.xsd
|
|
+++ xsd/tests/cxx/tree/encoding/char/utf-8/test.xsd
|
|
@@ -9,7 +9,6 @@
|
|
abc
|
|
aՕc
|
|
ꪪbc
|
|
- ab򪪪
|
|
</documentation>
|
|
</annotation>
|
|
|
|
@@ -17,7 +16,6 @@
|
|
<enumeration value="abc"/>
|
|
<enumeration value="aՕc"/>
|
|
<enumeration value="ꪪbc"/>
|
|
- <enumeration value="ab򪪪"/>
|
|
</restriction>
|
|
</simpleType>
|
|
|
|
Index: xsd/tests/cxx/tree/encoding/wchar/test.std
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/wchar/test.std
|
|
+++ xsd/tests/cxx/tree/encoding/wchar/test.std
|
|
@@ -2,9 +2,9 @@
|
|
<t:root xmlns:t="test">
|
|
<a>abc</a>
|
|
<a>῿퟿</a>
|
|
- <a>𐀀􏿽</a>
|
|
+ <a>ကჿ</a>
|
|
<b>abc</b>
|
|
<b>a῿퟿c</b>
|
|
- <b>𐀀􏿽bc</b>
|
|
- <b>ab𐀀􏿽</b>
|
|
+ <b>ကჿbc</b>
|
|
+ <b>abကჿ</b>
|
|
</t:root>
|
|
Index: xsd/tests/cxx/tree/encoding/wchar/test.xml
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/wchar/test.xml
|
|
+++ xsd/tests/cxx/tree/encoding/wchar/test.xml
|
|
@@ -4,11 +4,11 @@
|
|
|
|
<a>abc</a>
|
|
<a>῿퟿</a>
|
|
- <a>𐀀􏿽</a>
|
|
+ <a>ကჿ</a>
|
|
|
|
<b>abc</b>
|
|
<b>a῿퟿c</b>
|
|
- <b>𐀀􏿽bc</b>
|
|
- <b>ab𐀀􏿽</b>
|
|
+ <b>ကჿbc</b>
|
|
+ <b>abကჿ</b>
|
|
|
|
</t:root>
|
|
Index: xsd/tests/cxx/tree/encoding/wchar/test.xsd
|
|
===================================================================
|
|
--- xsd/tests/cxx/tree/encoding/wchar/test.xsd
|
|
+++ xsd/tests/cxx/tree/encoding/wchar/test.xsd
|
|
@@ -8,16 +8,16 @@
|
|
Test enum. Valid values are:
|
|
abc
|
|
a῿퟿c
|
|
- 𐀀􏿽bc
|
|
- ab𐀀􏿽
|
|
+ ကჿbc
|
|
+ abကჿ
|
|
</documentation>
|
|
</annotation>
|
|
|
|
<restriction base="string">
|
|
<enumeration value="abc"/>
|
|
<enumeration value="a῿퟿c"/>
|
|
- <enumeration value="𐀀􏿽bc"/>
|
|
- <enumeration value="ab𐀀􏿽"/>
|
|
+ <enumeration value="ကჿbc"/>
|
|
+ <enumeration value="abကჿ"/>
|
|
</restriction>
|
|
</simpleType>
|
|
|
|
|
|
|