Set Encoding for Stream Writer
-
I am working on an application in which i save save html files which have ISO-8859-1 encoding (The html files are in spanish). I use stream writer to save the source of the files as html files. The problem is the encoding options available in the system.text.Encoding class are ASCII UTF7 UTF32 UTF8 Unicode so when I save the page it changes certain characters. Can Any 1 suggest which encoding i should use ...
o O º(`'·.,(`'·., ☆,.·''),.·'')º O o° »·'"`»* *☆ t4ure4n ☆* *«·'"`« °o O º(,.·''(,.·'' ☆`'·.,)`'·.,)º O o°
-
I am working on an application in which i save save html files which have ISO-8859-1 encoding (The html files are in spanish). I use stream writer to save the source of the files as html files. The problem is the encoding options available in the system.text.Encoding class are ASCII UTF7 UTF32 UTF8 Unicode so when I save the page it changes certain characters. Can Any 1 suggest which encoding i should use ...
o O º(`'·.,(`'·., ☆,.·''),.·'')º O o° »·'"`»* *☆ t4ure4n ☆* *«·'"`« °o O º(,.·''(,.·'' ☆`'·.,)`'·.,)º O o°
Encoding.Default should do the job :)
**
xacc.ide-0.2.0.75 - now with C# 3.5 support and Navigation Bar!
**
-
Encoding.Default should do the job :)
**
xacc.ide-0.2.0.75 - now with C# 3.5 support and Navigation Bar!
**
-
I am working on an application in which i save save html files which have ISO-8859-1 encoding (The html files are in spanish). I use stream writer to save the source of the files as html files. The problem is the encoding options available in the system.text.Encoding class are ASCII UTF7 UTF32 UTF8 Unicode so when I save the page it changes certain characters. Can Any 1 suggest which encoding i should use ...
o O º(`'·.,(`'·., ☆,.·''),.·'')º O o° »·'"`»* *☆ t4ure4n ☆* *«·'"`« °o O º(,.·''(,.·'' ☆`'·.,)`'·.,)º O o°
Those are only the predefined encodings. You can create an encoding for any code page that the system supports using the
Encoding.GetEncoding
method. Check the documentation for theEncoding
class for all the available encodings.--- single minded; short sighted; long gone;