A regression was introduced between v0.10 and v0.12 for the URL parsing of an http.get() request. Basically, multi-byte characters are decoded as 'binary' instead of either
- Being decoded as UTF-8
- Properly decoded into their '%' counterparts.
Test and additional information is located at nodejs/node-v0.x-archive#25634 (comment)