* Thus wrote pnp ([EMAIL PROTECTED]):
> Hi, I'm developing a web site for a greek company and I want to show some
> greek texts from an xml file to an html page. The pages encoding is utf-8.
> So is the xml file and the xmlparses params. But the output is a bunch of
> ???????...

You need to set the charset for the document to a greek charset so
it knows how the characters are encoded. You also have to make sure
that that charset is on the computer viewing the page.

ie:
  header('Content-Type: text/html; charset=ISO-8895-7');

Curt
-- 
"My PHP key is worn out"

  PHP List stats since 1997: 
    http://zirzow.dyndns.org/html/mlists/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to