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" />
...
as you see, i set charsets in some.php
, but it doesn't show the text of the graph, which is in foreign language.(maybe i must set it in graph.php
? but how?)
What is the problem?
Thanks UPDATE
even when i try to enter numerical HTML encoding of the Unicode character from here, it doesn't work for Armenia language:/