So i have this string, which is taken from the page views log file:
%D0%91%D0%B5%D1%82I%D0%B5%D1%80%D0%B0%D0%B1_%D0%B3%D1%8C%D1%83%D0%BC%D0%B5%D1%80
Is there a way I could convert it into some character friendly format? You now, so that I could see the letters (I presume this text is displayed in some exotic font on a website and is decoded to something looking more hexadecimal in the log files.. or I might be wrong.) Thanks for any help!
convert %D0%91%D0% to ascii
Moderator: General Moderators
Re: convert %D0%91%D0% to ascii
url_decode()