when I try to send the following to the Youtube description via the API - for example: Jérémy - I get J r my in the youtube description. Oddly enough, "–" also appears as " " .
Publishing using the PHP Zend API:
$myVideoEntry->setVideoDescription('Jérémy');
I'm not sure if I can set the encoding? When I change the description manually, it works great.
ANSWER - Changed page properties in Dreamweaver to UTF8 and resolved the issue. Thank you all
api php youtube youtube-api zend-framework
Gripsiden
source share