cscheid / rserve-js

Javascript implementation of the Rserve protocol
MIT License
47 stars 32 forks source link

correctly implement strings as UTF-8 #20

Closed s-u closed 10 years ago

s-u commented 10 years ago

Characters outside the ASCII range are incorrectly encoded. This ensures that all string content is sent/received as UTF-8.