Comment #1 on issue 534 by pekka.klarck: Showing non-ASCII characters printed from Java libraries in logs depends on system encoding
http://code.google.com/p/robotframework/issues/detail?id=534
The actual output depended on the system encoding, and on the Finnish Windows machines I've tested this characters like 'åäö' have worked fine but Asian characters were replaced with that '?'. This was fixed in r3030 by setting the encoding to use
explicitly to UTF-8. -- 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 -- Subscription settings: http://groups.google.com/group/robotframework-commit/subscribe?hl=en
