This should now be fixed.
   Thanks,
   -joe

On Thu, Sep 17, 2009 at 5:49 AM, Pierre <[email protected]> wrote:

>
> After migration and installation of new Python Robot API (wave-robot-
> api-20090916), unicode characters cause problem.
>
> A simple echo on blip submitted(*) demonstrates this problem:
>
> the killed accents => the killed accents
> les accents tués => les accents tu��s
>
> In Robot Log:
>        Ingoing: les accents tu��s
>        Outgoing log: les accents tu\ufffd\ufffds
>
> (*)
> def OnBlipSubmitted(properties, context):
>        blip = context.GetBlipById(properties['blipId'])
>        doc = blip.GetDocument()
>        text = doc.GetText()
>        doc.SetText(text)
>        return
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" 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-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to