VB.NET Examples
Languages

Chilkat Software

 

ASP.NET Errors
XML Parser
Zip Compression
Email
Charset 101

 

What is the ANSI Charset?

The ANSI charset is the default multibyte charset for a given computer. The ANSI charset (or code page) depends on the locale of the computer. For German computers it might be Window-1252, for Japanese computers it may be Shift_JIS

What is a MultiByte Charset?

Generally, all charsets except Unicode (2-bytes/char, also known as ucs-2) are called "multibyte". This includes us-ascii. Some multibyte charsets represent characters in a single byte, others represent characters in variable lengths of bytes. One example is utf-8, which is the multibyte encoding for Unicode. (Google's search result pages use utf-8.)

Next: What is String? (80% of programmers work with an incorrect conceptual view -- even experienced programmers and very smart people.)

Need a specific example? Send a request to support@chilkatsoft.com

© 2000-2008 Chilkat Software, Inc. All Rights Reserved. .