blah blah blah is here! blah blah » Close

0
votes
1 answers

What's the difference between UTF-8 and ASCII?

Rick_A
761

What is the different between the character encodings UTF8 and ASCII? If I store a string in C#, and then want to convert it to a byte array and then back into a string, how does UTF and ASCII impact this memory wise?

0
votes
1 answers

Encoding issue

AK01
15

Hi! My app sends search queries into the Opera. Sometimes if there are special symbols like "&" I have to do the following: [code] string searchQ = label1.Text.Replace("&", "%26"); Process.Start(@&qu ...

1
votes
1 answers

Encoding troubles

I am writing an Outlook VSTO project which is extracting the html body of an html format email, sending it as a string via a web service to my web server with the idea that I can ultimately use the mark up to give an exact representation of ...

Feedback