On Apr 17, 2008, at 10:51 AM, bpa wrote:
>
> When the string below is returned in the title field from a call to
> getMetadataFor in a Plugin, the string is displayed incorrectly. Is
> this a bug or a limitation of getMetadataFor ?
>
> "37°2 le matin" displayed as "37°2 le matin"
>
> String returned in hex codes.
> %33  '3'
> %37  '7'
> %C2
> %B0     degree character
> %32  '2'
> %20  ' '
> %6C  'l'
> %65  'e '
> %20  ' '
> %6D  'm'
> %61  'a'
> %74  't'
> %69  'i'
> %6E  'n'

Hmm, I don't see any reason why getMetadataFor would alter the  
encoding of any data.
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to