Updates:
        Status: Pending

Comment #1 on issue 656 by pekka.klarck: How to deal with the error named "UnicodeEncodeError"?
http://code.google.com/p/robotframework/issues/detail?id=656

Based on the error encoding a string containing non-ASCII characters is tried to encode to ASCII. It's impossible to tell why that happens. It could be that there is a bug in the framework, but it could also be that your test data is somehow invalid or something is wrong in the environment.

Could you please give some more details about this incident and your environment? Do you have non-ASCII test data? What language settings you have in your machine? Did you use Python or Jython when running tests? Failed the execution to start or did it stop during execution? Does this happen every time or only with some test data? Can you attach a simple example we could run to reproduce this? Any other information that could help us to understand what goes wrong?

Reply via email to