Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Closed Points: 75 Time: 03:36 - Jun 20, 2007
dustPuppy
I need to create a text (.txt) file with UTF7 encoding (I think the default is UTF8). I'm developing with c# .net. How do I do that?
Categories:
Add Categories
When adding more than one category, separate them with commas.
Date:: Jun 20, 2007
Time:: 03:40
I was trying with: StreamWriter file = File.CreateText(path + fileName); but it doesn't give me any options to define the encoding...
nidhi
Time:: 11:48
There's this class here that may help you http://www.dotnet247.com/247reference/Sy...
Time:: 14:37
Thanks, nidhi, but that's the class to get the correct encoding. What I need it a method to create a text file with that encoding.
Date:: Jun 21, 2007
Time:: 16:41
I found out that with this class, I can create the textfile as I want: StreamWriter file = new StreamWriter(path + fileName, false, System.Text.Encoding.UTF7);
Question Answered
This question has been closed, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Prajith
Date:: Jul 24, 2007
Time:: 12:42
C# TextWriter myTextWriter = new StreamWriter(Filename,false,Encoding.UTF7); VB.NET Dim myTextWriter As TextWriter = New StreamWriter(Filename, false, Encoding.UTF7)
Click here to see the Answer Discussion that preceded this tutorial.
Login to rate this tutorial: Good | Bad
Questions
how do i detect the encoding of a text file?
You have 100 characters to use
Rank
Expert
Points
1.
10354
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software