CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2008
    Posts
    74

    XML problem with special characters

    hi,
    i try save/load a XML with special characters like this:
    ão ção ólá
    when i save nothing goes wrong but when i try open using internet explorer
    or any software they result in a error in that characters.
    the header that i using is this: <?xml version="1.0" encoding="UTF-8"?>
    <dataroot xmlnsd="urn:schemas-microsoft-comfficedata" generated="2010-03-07T12:33:07">

    what i need change for correct the problem?
    thanks a lot for your help

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: XML problem with special characters


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured