- Feb 01, 2002
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173439 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 18, 2001
-
-
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
-
- May 15, 2000
-
-
Andy Heninger authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172117 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 18, 2000
-
-
Unknown (roddey) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171962 13f79535-47bb-0310-9956-ffa450edef68
-