Skip to content
Snippets Groups Projects
  1. Nov 04, 2002
  2. Feb 01, 2002
  3. Oct 18, 2001
    • Tinny Ng's avatar
      The binary search in XML256TableTranscoder.cpp fails for the last item in... · cc0adc22
      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
      cc0adc22
  4. May 15, 2000
  5. Mar 18, 2000
Loading