I have a file, which I open with FileStream
and I modify the text. The standard encoding of this is UTF16. After this, I would like to upload the modified file somewhere, but that has to be in a Windows-1250 format.
How is it possible to convert UTF16 to Windows-1250 encoding?