Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm searching for a document (not printed) that explains in details but still simply the subject of character encoding.

share|improve this question

7 Answers

up vote 7 down vote accepted

A great overview from the Programmer's perspective is:

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

http://www.joelonsoftware.com/articles/Unicode.html

share|improve this answer
I link to that one a lot, great article! – Joachim Sauer Dec 9 '08 at 16:50

Have you tried Wikipedia's Character encoding page and it's links ?

share|improve this answer
Beat me to it! :-) +1 – Tomalak Dec 9 '08 at 14:01

This perhaps?

http://www.unicode.org/versions/Unicode5.1.0/

share|improve this answer

See section 2 onwards of this document http://ahds.ac.uk/creating/guides/linguistic-corpora/chapter4.htm, it has an interesting history of character encoding methods.

share|improve this answer

Wikipedia is actually as good a source as any to begin with:- http://en.wikipedia.org/wiki/Character_encoding>Character-Encodings. As well as the more familiar ASCII, UTF-8 etc. they have good information on older schemes like fieldata and the various incarnations of EBCDIC.

For in depth info on utf-8 and unicode you cannot do any better than:- http://www.unicode.org>Unicode.org

Various manufacturs sites such as Microsoft and IBM have lots of code page info but it tends to relate to thier own hardware/software products.

share|improve this answer

There is a French book about this called Fontes et codages by Yannis Haralambous, an O'Reilly book, I'm pretty sure it is or will be translated. Indeed, it is: Fonts and Encodings.

share|improve this answer

A short explanation of the basic concepts: http://www.mihai-nita.net/article.php?artID=20060806a

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.