Sorry, but the problem is not solved, as I thought.

New Test:

12345678901234567890123456789012345  works
ä2345678901234567890123456789012345  works not -> Error: New text ad
was not created due to the following policy violations: Detail: The
line is too wide.

ä23456789012345678901234567890           works
ä234567890123456789012345678901         works not -> Error: New text
ad was not created due to the following policy violations: Detail: The
line is too wide.

€2345678901234567890123456789             works
€23456789012345678901234567890           works not -> Error: New text
ad was not created due to the following policy violations: Detail: The
line is too wide.


Done with $string = str_replace('ä', 'ä', $string); and
$string = str_replace('€', '€', $string);

It seems that the code ä will decrease the number of allowed
characters to 30, it takes 5.
The euro sign now works fine with 8364, in the sanbox too, but it
takes 6 characters.

I guess that th #228; and #8364; is counted as 5 resp. 6.

 How to prevent this?
--~--~---------~--~----~------------~-------~--~----~
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