background preloader

Encoding

Facebook Twitter

Character

Samples. Ascii. HTML URL Encoding Reference. The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) By Joel Spolsky Wednesday, October 08, 2003 Ever wonder about that mysterious Content-Type tag?

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

You know, the one you're supposed to put in HTML and you never quite know what it should be? Did you ever get an email from your friends in Bulgaria with the subject line "???? ?????? Base64 Encoder/Decoder in C# - The Code Project - C# Programming. Download source - 10.3 Kb Introduction The code implements the encoding and decoding mechanism of Base64, which is widely used in e-Mail encoding and also .NET Viewstate encoding.

Base64 Encoder/Decoder in C# - The Code Project - C# Programming

Background It is written based on RFC 1341, using VS.NET 2003. Unicode and .NET. This article is now hosted on csharpindepth.com I'm gradually moving all my C# articles to the web site for my book, C# in Depth.

Unicode and .NET

This article has already moved. I'm leaving the content here so that existing links still work, but I won't be updating this page. Please visit the new location for this article.