I use php jpgraph library, but there i a small problem with charsets.
lets assume graph.php generates the image, and i call it from some.php
some.php
...
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
...
<img src="graph.php" />
...
Gördüğünüz gibi, i some.php olarak charsets ayarlanır, ancak yabancı dil olan grafik, metin görünmüyor. (belki i graph.php bunu ayarlamak? gerekir ama nasıl?)
Sorun nedir?
Thanks UPDATE
even when i try to enter numerical HTML encoding of the Unicode character from here, it doesn't work for Armenia language:/