Quote:
Originally Posted by Jaxel
I am using vBulletin's built in cURL clone called vURL. I will try to get it working with non UTF8 characters, but you're going to have to give me an example link for me to work through first.
|
For example, if I take this clip
http://www.youtube.com/watch?v=TySRnSsJ9mE
I receive such result:
.............................
In the version for vB 3.8 I used iconv converter:
$this->videotitle = iconv('UTF-8','cp1251', $title);