cucumber / cucumber-ruby-wire

Wire protocol plugin for Cucumber
MIT License
7 stars 11 forks source link

When use in language : zh-CN, connection.rb should do code translate #16

Open kiddy818 opened 5 years ago

kiddy818 commented 5 years ago

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))"