joaopsilva / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
208 stars 803 forks source link

Force source encoding to UTF-8 #25

Open mlaubre opened 4 years ago

mlaubre commented 4 years ago

While building and copying source files and other resources Maven takes default encoding from environment it is running in. It would be good idea to specify encoding explicitly.