convert %D0%91%D0% to ascii

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
zduniacz
Forum Newbie
Posts: 3
Joined: Tue Jun 15, 2010 2:04 pm

convert %D0%91%D0% to ascii

Post by zduniacz »

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!
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: convert %D0%91%D0% to ascii

Post by Eran »

url_decode()
Post Reply