lczub / robotframework-magik

Robot Framework high level keywords for automated testing Smallworld Magik images
13 stars 2 forks source link

open remote_cli connection with specific text encoding #11

Closed lczub closed 9 years ago

lczub commented 9 years ago

external field names or messages including non-ascii characters like german Umlaute (äö?ü) could not be evaluated with release v0.3.1

Since Robot Framework 2.7.7 the keywords Set Encoding and Open Connection allows to use a specific text encoding.

Change Request: The user should be able define a specific text encoding for the remote_cli communication via a new variable CLI_ENCODING . Default is ISO-8859-1