Menu

Add code in tinyxml to support UTF8 enough

2007-05-31
2013-05-20
  • Anthonytian

    Anthonytian - 2007-05-31

    Tinyxml cannot support UTF8 enough.It can analyse a xml using UTF8 code page well,but you app will display chaos text when the language is not english.To solve this problem,you can add youself code in tinyxml.Like other xml parser,such as xerces,we can supply a function named "Transcode" which use "MultibytetoWidechar" and "WidechartoMultibyte" to convert string.

     
    • Lee Thomason

      Lee Thomason - 2007-06-02

      Sorry, but I don't think it is appropriate for an minimal XML parser to have encoding conversion functions.

      Does anyone know of a good library of Multibyte/Unicode conversion functions that works well with TinyXML?

      lee

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.