I am using the image tag as
<image src="/data/image/image.txt" />
the path /data/image/image.txt does exists.
and it displays the image also.
but when i introduce some i18n characters in the path lets say
<image src="/data/image组织/image.txt" />
it says 404 error image not found, but the path /data/image组织/image.txt does exists,
please help me to find the solution for this?
I used the firebug also to see whether the characters are decoded properly or not, in firebug I am able to see the correct characters they are not changed, still it is not able to pick the image.
thanks a lot in advance.
Note: I am using <image>
tag because it was not allowing me to write the img tab in the post, and i have changed the jif ext to txt.
please consider this.