Unicode at IIS 7 on Windows 2008 Server SP2
- by Yuri
Hello,
I have simple page in php which gets argument with get method.
The page just prints the argument. Nothing more.
It works properly with english chars. If i pass as argument value in some Unicode language (etc Russian), then the value of the argument printed as question marks.
How to solve the issue?
Thank you, Yuri
P.S. adding header with utf-8 doesn't help.
this is the get:
mypage.php?src=uploaded_files/????.mp3
this is the encoding:
<meta http-equiv="content-type" content="text/html; charset=utf-8"
and this is the output:
uploaded_files/????.mp3