Reputation: 601
Can anybody tell me where to find some clear introduction to character sets, encodings and everything releted to these things? Thanks!
Upvotes: 2
Views: 127
Reputation: 1108557
I can think of two articles:
The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) - the legendary article from our Joel Spolsky.
Unicode - How to get characters right? - more practical and targeted on Java webdevelopment (as per your question history, you seem to be doing Java webdevelopment).
Upvotes: 6