Can't load UTF-8 formatted text from XML file into Textbox (C#)

rajwantk

New Member
I have an XML file that is encoded as UTF-8:\[code\]<?xml version="1.0" encoding="UTF-8"?>\[/code\]There is one node that has Unicode embedded - to preserve French (and other) characters.\[code\]<author>Fr\u00e9d\u00e9ric</author>\[/code\]I want to load this formatted text into a Textbox and show the text as expected, i.e. Fr
 
Back
Top