This post contains a hyperlink with Greek characters in it:
http://www.rib.net/forum/f29/greek-r...s-29548-7.html
They render as gibberish in my browser because the page's Content-Type header and meta tags declare the character encoding as ISO-8859-1, but those characters are in UTF-8. If I view the page as Unicode, they look mostly correct.
There's something similar happening here:
http://www.rib.net/forum/f8/free-bac...tml#post667564
Viewed using the declared (ISO-8859-1) encoding, the hyperlink in that post contains two capital letters A with circumflex; viewed as Unicode, they disappear, and some of the other characters are rendered wrongly instead. (Because, although the multi-byte character in UTF-8 is coincidentally the same as the two characters » in Latin-1, that coincidence doesn't extend to the apostrophe and the ellipsis, because they then get rendered with the Unicode replacement character: �).
Oddly, if I put multi-byte Unicode characters like arrows into a post, they seem to work: ←→
←link test→. If I look at the page source, all of the arrows use HTML character entities. If I put Greek characters into a post (π σ κ), they also use character entities, so they also always render correctly.
So, because my posts all seem to work, I'm not sure if it's just a problem for hyperlinks, or whole posts, or something else.
For reference, I'm viewing and posting this using Firefox 35 on a Linux desktop.