View Single Post
Posts: 114 | Thanked: 45 times | Joined on Oct 2009 @ Turin, Italy
#30
Originally Posted by vihai View Post
Well, in 2009 an application not handling utf-8 and unicode correctly does not have excuses.
I can ensure that many doesn't... I see it at work... in the source code of our projects if you write some letters with accent, they behave differently on different text editor.
HTML (and browser) give the same problem sometimes, because many sites uses ISO-something instead of UTF8 (for example this site rely on ISO-8859-1 charset, that is a subset of the UTF8).
The nice thing about standards is that you have so many to choose from (cit. Tanembaum)

Originally Posted by vihai View Post
Not correct at all, because ' is an apostrophe, not an accent. ` is an accent but... guess what... it is not present on italian keyboards
You're right, but I've got this habit
However, I supposed you already know that AltGr+' = `, don't you?