I am having some minor problems with the decoding of the XML that is
being streamed to me. One of the XML messages generates the following
error:

(<type 'exceptions.UnicodeEncodeError'>, UnicodeEncodeError('ascii',
u'<request>10000[\xb5s]</request>\n', 15, 16, 'ordinal not in
range(128)'), <traceback object at 0xa14d88>)

The offending character is the micro symbol for ten thousand
microseconds. I had a very similar problem with Java until I defined the
correct encoding with -Dfile.encoding=iso-8859-1. I know Python is not
Java, but is there a similar thing to do with Python? Do I have to find
where the strings are being decoded in the generateDS generated code and
change it there?

Anyway, this seemed like the place to start and I will branch out from
there. Thanks.

-- 
Al Niessner
818.354.0859

All opinions stated above are mine and do not necessarily reflect those
of JPL or NASA.

--------
|  dS  | >= 0
--------



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to