Register  |  Login




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.

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
Tutorials

 

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 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?

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

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 Experts

View More

Rank

Expert

Points

1.

nidhi

10354

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

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