It's annoying to see even the most professional sites do it wrong. Posted text turns into something that's unreadable. I don't have much information about encodings. I just want to know about the problem that's making such a basic thing so hard.
- Does HTTP encoding limit some characters?
- Do users need to send info about the charset/encoding they are using?
- Assuming everything arrives to the server as it is, is encoding used saving that text causing the problem?
- Is it something about browser implementations?
- Do we need some JavaScript tricks to make it work?
Is there an absolute solution to this? It may have its limits but StackOverflow seems to make it work.