Unicode at IIS 7 on Windows 2008 Server SP2
Posted
by
Yuri
on Stack Overflow
See other posts from Stack Overflow
or by Yuri
Published on 2011-02-01T15:10:59Z
Indexed on
2011/02/01
15:25 UTC
Read the original article
Hit count: 307
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
© Stack Overflow or respective owner