tim-group / java-statsd-client

a java statsd client library
Other
275 stars 139 forks source link

charset for message bytes #18

Closed scarytom closed 10 years ago

scarytom commented 10 years ago

The character set used to encode the message bytes is unspecified.

When (the original) StatsD reads the message, the Node.js Buffer class's toString method is invoked without arguments, meaning that the default encoding of utf-8 is employed.