when I try send the following to Youtube Description via API - for example: Jérémy - I get J�r�my in the youtube description. Strangely , "–" also shows as "�".
Im posting with PHP Zend API :
$myVideoEntry->setVideoDescription('Jérémy');
Im not sure if I can set encoding? When I change the description manually it works fine.
ANSWER - Changed Page Properties in Dreamweaver to UTF8 and problem solved. Thanks all