On 26/02/2009, at 1:24 AM, Nicky McCatty wrote:
> I want the Greek to appear on a web page.
>
> Sometimes the characters with diacritical marks change into ascii
> junk, and sometimes they don't. I am using fonts that contain a
> complete set of Greek characters, but the results are inconsistent.
> Even with Symbol, I have unpredictable results.

There is an interesting article at:
http://blog.thinkphp.de/archives/342-Multilingual-Websites-with-PHP.html

It covers things that may explain your display problems:
[ excerpt: ]
"There are several places where you can specify the character  
encoding for you pages: XML declaration, HTML meta tag, HTTP Content- 
Type header. It is important to specify the same encoding in all  
definitions. You should not leave out a definition because this can  
result in the browser trying to guess the encoding from the  
informations available. You can for example send your document with  
UTF-8 definition only in the HTTP header. But if you save that  
document to disk and display the saved file, the browser is missing  
the encoding and has to guess, which does not always work well..."

Cheers,
KathyW.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to