i'm using a script that displays news from a .txt file (greek characters) but when i run the script it doesn't display those characters. is there anything i can do to fix that?
make sure your meta tags are specifying the greek character set so the browser will use the appropriate character encoding.
i'm using this <meta http-equiv="content-type" content="text/html;charset=UTF-8">
try charset=iso-8859-7
ok. it works with this, but it changes all the other greek fonts i'm using :bemused: