I've been digging this problem for a while, still got no luck, :-(

But wired thing is it only happens when the responseText encoded:

{{{

<!-- broken response text (encoded chinese character) -->
<a href="/tag/%E7%94%B5%E5%BD%B1">电影</a>

<!-- works sweet -->
<a href="/tag/movie">movie</a>
<!-- works sweet too (not encoded)  -->
<a href="/tag/电影">电影</a>

}}}


Did i do something wrong, or probably this is jQuery bug?

--
Regards,
epaulin
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to