
August 19th, 2003, 03:33 PM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
|
A box is usually the a unrecognised char. This is probably something to do with switching between encoding types. Why are you using eval?
It seems to me that you are just setting strUnquoted to the value strUTF8. If so then you could just do strUnquoted = strUTF8.. you should probably make sure that \xb0 is the degree sign if your not 100% sure.
Python's output by default is ascii, this could also be a reason why you are getting a box?
Hope this is of some help,
Have fun,
Mark.
|