Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-2002

XMLString::transcode for multi-byte characters are returning null on Linux

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Invalid
    • 2.7.0
    • None
    • Miscellaneous
    • None

    Description

      XMLCh *tag1 = XMLString::transcode("test-in-english");
      Printing: CsEws::XmlChToString(tag1).c_str()); >>>>>>> output is : test-in-english

      XMLCh *tag2 = XMLString::transcode("ã«ã¯");
      Printing: CsEws::XmlChToString(tag1).c_str()); >>>>>>> output is : <<< NULL

      Attachments

        Activity

          People

            Unassigned Unassigned
            ratneshamarnath Ratnesh Nath
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: