2 Sep
2014
2 Sep
'14
4:31 a.m.
https://bugs.winehq.org/show_bug.cgi?id=37217 --- Comment #4 from Hao Peng <penghao(a)linuxdeepin.com> --- we found a bug in urlmon/url.c: static inline void pct_encode_val(WCHAR val, WCHAR *dest) this function convert a unsafe character into a safe string starting with %, but it won't consider the condition of cjk characters in unicode, which will encode into three %xx part.like: 中 %E4%B8%AD -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.