Updates:
Status: WontFix
Comment #1 on issue 1467 by pekka.klarck: struct.pack can not pack string
in robot framework
http://code.google.com/p/robotframework/issues/detail?id=1467
Yep, Robot converts all normal data to Unicode. You can convert arguments
to bytestrings using str(arg) or arg.encode(encoding). The latter is
required if you have non-ASCII data.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.