Please post Calendar-specific bugs/problems to the Calendar API forum:

http://groups.google.com/group/google-calendar-help-dataapi

Cheers,
-Jeff

On Wed, Apr 8, 2009 at 11:31 AM, Bill <williamfrederickbenn...@gmail.com>wrote:

>
> 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 <http://en.wikipedia.org/wiki/%0AISO_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 google-help-dataapi@googlegroups.com
To unsubscribe from this group, send email to 
google-help-dataapi+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to