Comment #3 on issue 471 by pekka.klarck: Replace all occurrences of `str()` with `unicode()` or `utils.unic()`
http://code.google.com/p/robotframework/issues/detail?id=471
One possible benefit of incorporating the mentioned recipe could be that when a keyword returns, raises, or logs a message with non-ASCII but also non-Unicode characters, the message would be should better. I just tested that if I have a library that does something like "raise Exception('hyvä')", the displayed error message will be just "hyv". I assume (but haven't tested) that with the recipe applied, the message would be "hyv\xe4". Notice that to get the correct message, the
library itself should use Unicode. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
