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'


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=46422

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to