Hello,

 That error would imply that you're not sending properly encoded UTF-8
data in your AdWords API request. This might be because your source
file isn't marked for UTF-8 encoding. I'd double-check to make sure
that your source code editor is saving your file in UTF-8 format and
that you have a

  use utf8;

pragma in scope of your code. There's some more info about UTF-8 and
Perl at

  http://perldoc.perl.org/utf8.html

Cheers,
-Jeff Posnick, AdWords API Team


On Aug 17, 8:25 am, Exiges <age...@splut.com> wrote:
> I'm guessing it's because I'm putting £ symbols in the headline/
> description.. but what is the way around it, using the Google Perl API
> code ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to