Lots of people have been asking about Language Encoding - and how/what to do for different language support.

I already suggested in a previous thread:

Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
But people seem to still have questions about this.

Here are some reference sites to get this started. Using these, and modmysite user experiences and comments - we should be able to settle this question.

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)
http://www.joelonsoftware.com/articles/Unicode.html

HTML Document Representation (W3 Standards Committee)
http://www.w3.org/TR/html4/charset.html#h-5.2.1

Computing With Accents, Symbols, and Foreign Scripts (PSU)
http://tlt.its.psu.edu/suggestions/i...age/index.html

Smoge