S
Samuel
Hi
I am trying to write to a string text encoded to utf8 as oppose to utf16
Since the data comes from an XML object (and I serialize it) I need to pass
either StreamWriter or a StringWriter object, I don't want to create a file
so I want to use a StringWriter (passing to it's constructor a
StringBuilder) The problem is that the StringWriter encodes utf16 (I don't
know how to change it)
Any Advice?
Thank you in advance,
Samuel
I am trying to write to a string text encoded to utf8 as oppose to utf16
Since the data comes from an XML object (and I serialize it) I need to pass
either StreamWriter or a StringWriter object, I don't want to create a file
so I want to use a StringWriter (passing to it's constructor a
StringBuilder) The problem is that the StringWriter encodes utf16 (I don't
know how to change it)
Any Advice?
Thank you in advance,
Samuel