robotframework / PythonRemoteServer

Robot Framework remote server implemented with Python
Apache License 2.0
152 stars 83 forks source link

Fix handling byte string with non-ASCII characters #8

Closed pekkaklarck closed 10 years ago

pekkaklarck commented 10 years ago

This has been fixed by using Binary objects to transport byte strings that contain non-ASCII characters. The same solution was already in use for transporting bytes that are not valid in XML.

This issue is mainly added to get it listed in 1.0 release notes.