- Oct 22, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173149 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173148 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 19, 2001
-
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173147 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173146 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173145 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
Cleanup handling of transcoder failure to transcode a character; implement canTranscodeTo; thanks to Geoff Coffey <gcoffey@wmotion.com> git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173144 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
Correctly swap / and : in classic environment MacOS pathnames; thanks to Geoff Coffey <gcoffey@wmotion.com> git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173143 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173142 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173141 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173140 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
And other modification for consistent help display and return code across samples. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173139 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
to make it easier to support other encodings. Patch from David McCreedy. And other modification for consistent help display and return code across samples. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173138 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
Change it to work similar to SAXCount which just prints the number of elements, characters, attributes ... etc. And other modification for consistent help display and return code across samples. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173137 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
These samples use the C++ "endl" method which puts out a newline in the local code page, not necessarily the requested output encoding. For example, if you request UTF-16 on an ASCII machine, these two sample programs put out x'0a' instead of x'000a' in two spots of the output. The fix was minor and involved transcoding the newline and then manually flushing the output instead of using the endl method to do the same thing. The change was only made for the two "endl" calls that generate standard output, not calls that output errors messages since they are shown in the local code page. Patches from David McCreedy. And other modification for consistent help display and return code across samples. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173136 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
These samples use the C++ "endl" method which puts out a newline in the local code page, not necessarily the requested output encoding. For example, if you request UTF-16 on an ASCII machine, these two sample programs put out x'0a' instead of x'000a' in two spots of the output. The fix was minor and involved transcoding the newline and then manually flushing the output instead of using the endl method to do the same thing. The change was only made for the two "endl" calls that generate standard output, not calls that output errors messages since they are shown in the local code page. Patches from David McCreedy. And other modification for consistent help display and return code across samples. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173135 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173134 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 18, 2001
-
-
Tinny Ng authored
U+0110 is in ICU 1.8.1's table for IBM037: "ibm-37.ucm". The item count for this table is also changed from being hardcoded to being generated by the compiler. Patch from David McCreedy. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173133 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
The binary search in XML256TableTranscoder.cpp fails for the last item in whichever table it is searching. This affects transcoding from Unicode to Windows-1252, IBM037, and IBM1140. For example, the last item in IBM037's table (in XMLEBCDICTranscoder.cpp) is Unicode FF5E. So the "Unicode to IBM037" transcoding will fail for Unicode FF5E. Rather than rewrite the binary search algorithm, the XML256TableTranscoder is changed to check the last item in the table if the search fails. Patch from David McCreedy. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173132 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
[Bug 3666] Win32MsgLoader unable to retrieve error text if DLL is renamed. Patch from Jerry Carter. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173131 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173130 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173129 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
[Bug 1699] Redirect "delete this" to a temp ptr to bypass AIX xlC v5 optimization memory leak problem. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173128 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173127 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173126 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173125 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173124 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 17, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173123 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173122 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 16, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173121 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173120 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 15, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173119 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173118 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173117 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173116 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173115 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173114 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173113 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173112 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173111 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 13, 2001
-
-
Jason Edward Stewart authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173110 13f79535-47bb-0310-9956-ffa450edef68
-