cucumber / cucumber/cucumber-ruby-wire
When use in language : zh-CN, connection.rb should do code translate
Open
- Dominant language
- Gherkin
- Stars
- 7
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
change "send_data_to_socket(packet.to_json)" to "send_data_to_socket(JSON.iconv("GBK", "UTF-8", packet.to_json))"
and
change "DataPacket.parse(raw_response)" to DataPacket.parse(JSON.iconv("UTF-8", "GBK", raw_response))"
Contributor guide
Assessment
This issue has not been assessed yet.