I've got some data that is in unicode strings (e.g., 
u'2016-10-09T12:13:14.567+00Z') that I want to have as ordinary strings.  
As in the example, it's all from the ASCII subset.  ustr.decode("ASCII") 
doesn't seem to do what I need (the u-prefix still appears in the output).

Alternatively, how do I tell RGraph to use unicode strings in the labels.

(The actual non-hack solution is I need to convert the strings to time 
deltas, and label only major gridlines, but I won't get that done in time 
for the demo.)

/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to