That looks like PHP. Are you using APIlity?

- Jan


On 23 Sep., 23:04, ac <[EMAIL PROTECTED]> wrote:
> I have solved the problem, that I can´t add ÄÖÜäöüß and € directly to
> text ads with this:
>
>    $string = str_replace('Ä', '&amp;#196;', $string);
>    $string = str_replace('Ö', '&amp;#214;', $string);
>    $string = str_replace('Ü', '&amp;#220;', $string);
>    $string = str_replace('ß', '&amp;#223;', $string);
>    $string = str_replace('ä', '&amp;#228;', $string);
>    $string = str_replace('ö', '&amp;#246;', $string);
>    $string = str_replace('ü', '&amp;#252;', $string);
>    $string = str_replace('€', '&amp;#x20AC', $string);
>
> (I have set nusoap to utf-8 encoding).
>
> This works fine, but now i have not 35 characters in description1
> because the euro sign alone takes at least 5 characters.
> How can I transmit spezial characters without using linespace?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to