Hmm, but utf8_decode() only handles ISO_8859-1 which doesn't include
some French and Dutch characters. (http://en.wikipedia.org/wiki/
ISO_8859-1) Perhaps I can use iconv with ISO-8859-15?
---------------
If I create an event called "Test: Œ, œ, Ÿ, Š, š, Ž, ž", everything is
fine on the web site, google accepts it, renders it just fine.
If I then update my outputCalendar() function to use iconv('UTF-8',
'ISO-8859-15', $event->title->text), then I get the following event
title:
"Test: ¼, ½, ¾, ¦, ¨, ´, "
Thank you,
Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---