vote up 2 vote down star
2

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

flag

7 Answers

vote up 7 vote down check

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

link|flag
I link to that one a lot, great article! – Joachim Sauer Dec 9 '08 at 16:50
vote up 4 vote down

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

link|flag
Beat me to it! :-) +1 – Tomalak Dec 9 '08 at 14:01
vote up 2 vote down

This perhaps?

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 2 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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