Forum Moderators: open
The char between the 2 spaces in the middle, is not a "-".
Its ASCII code it's not 2D[Hex] -> 45[Dec]
(which is the code of "-").
It's 96[Hex] -> 150[Dec].
And, because your char is beyond the standard limit of ASCII char 7E[Hex]->126[Dec],
it's normal that Google display a '?' instead.
Hope this help.
[edited by: Brett_Tabke at 12:22 pm (utc) on Aug. 24, 2002]
Welcome to WebmasterWorld.
Did you read paynt's welcome post [webmasterworld.com]? She did write a very good tool to get started here.
Is the problem just in title or in other text Google might display?
What kind or charset are you using on HTML pages?
Is it above or under the title?
I recommend you using some iso8859 charset for latin language.
<meta http-equiv="Content-Type" content="text/htm; charset=iso-8859-1">
All accentuated caracters on your pages should be revised. (page titles are different)
Here is a few links that might help.
[czyborra.com...]
[w3.org...]
[w3.org...]