views:

184

answers:

7

Apart from Joel's article on the subject, where can I find information to help me get a deeper understanding of Unicode?

+2  A: 
Bill the Lizard
+1  A: 

Maybe, this Wikipedia article.

gimel
+1  A: 

Joel Spolsky's The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) is pretty much essential reading. It's clear, sensible, good quality, and points you in the right direction for further reading.

infovore
That's exactly the article linked to in the question.
Bill the Lizard
Wow, total fail on my part. My bad.
infovore
A: 

I have a fairly lightweight "Unicode for .NET folks" page. It's almost certainly got nothing on it that you haven't seen elsewhere, but maybe explaining things a different way will help a bit.

Jon Skeet
+1  A: 

The UTF-8 and Unicode FAQ for Unix/Linux has a lot of useful information on the subject. Although it's meant for Unix/Linux users, most of it is not platform-specific. The FAQ also lists many useful references.

Anders Sandvig
+1  A: 

For a programmer, I recommend the book "Unicode demystified" by Richard Gillam (Addison-Wesley).

Korpela's book, mentioned by Bill the Lizard, is more targeted toward users (programming is in chapter 11, a bit short, IMHO).

bortzmeyer