Register  |  Login



Question

Status: Closed Points: 75 Time: 03:36 - Jun 20, 2007  

dustPuppy

How do I create a text file with UTF7 encoding in c# .net?

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?

Answer Discussion
Answer Summaries

 

Q&A System for Websites and Corporate Collaboration

Advertisement

  • Generates significant organic traffic for websites
  • Saves companies money, resources, and time

dustPuppy

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

Date:: Jun 20, 2007

Time:: 11:48

There's this class here that may help you
http://www.dotnet247.com/247reference/Sy...

dustPuppy

Date:: Jun 20, 2007

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.

dustPuppy

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:

dustPuppy: 70
nidhi: 5

You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for the Summary 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?

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 summary.


Login to rate this summary: Good  |  Bad

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?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top C# Experts

View More

Rank

Expert

Points

1.

PeterNZ

895

2.

nidhi

510

3.

rcastagna

400

4.

oracleofDelphi

375

5.

multani.sarbjit

200

6.

Anpanman

170

7.

Sergio Costa

150

8.

e-xperience

50

9.

Zoush

50

10.

xarcus

30

Become an Expert

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! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es