Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

v0.12.0 url utf8 chinese disorderly code #9312

Closed
cekimy opened this issue Mar 2, 2015 · 2 comments
Closed

v0.12.0 url utf8 chinese disorderly code #9312

cekimy opened this issue Mar 2, 2015 · 2 comments

Comments

@cekimy
Copy link

cekimy commented Mar 2, 2015

eg url = 'http://api.xxx.com/?boundary=region(深圳)&keyword=莲花山';
in node v0.10.x, when curl in the terminal, req.url displays normally:boundary=region(深圳)&keyword=莲花山
but in node v0.12.0, console.log(req.url) is boundary=region(深�)&keyword=��山

@piscisaureus
Copy link

What platform is this on?

@cekimy
Copy link
Author

cekimy commented Mar 3, 2015

Linux version 2.6.32.43-tlinux-1.0.8-state (kbuild@tlinux12) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Tue Jul 9 17:52:58 CST 2013
Linux version 2.6.16.60-0.21-110407 (geeko@buildhost) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #1 SMP Mon Apr 11 10:40:23 CST 2011

@Trott Trott closed this as completed Apr 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants