Issue7

Title bug in comments plugin for multibyte comment - ID: 2122129
Milestone
Priority bug Status chatting
Superseder Nosy List willg
Assigned To Keywords

Created on 2011-01-08.16:58:22 by willg, last changed by willg.

Messages
msg266 (view) Author: willg Date: 2011-12-12.20:24:38
Any idea if this is still a problem or can walk me through reproducing it?

Bumping it out of 1.5.
msg14 (view) Author: willg Date: 2011-01-08.16:58:45
ok, I locate how to fix this, it should use encodeURIComponent rather than
escape funcion in JavaScript

----

Date:   2008-09-21 21:54:42 UTC
Sender: andcycle
msg13 (view) Author: willg Date: 2011-01-08.16:58:22
actually it's the ajax part cause the problem,
I post a comment within chinese in it,
with AJAX On, it give me something like %u592A%u6709%u8DA3%u4E86 ,
the comments.js use a wrong way to build post data

----

SF url: http://sourceforge.net/tracker/?
func=detail&aid=2122129&group_id=67445&atid=517918
Submitted: AndCycle ( andcycle ) - 2008-09-21 21:50:03 UTC
History
Date User Action Args
2011-12-12 20:24:38willgsetmessages: + msg266
milestone: 1.5 ->
2011-01-08 16:58:45willgsetstatus: unread -> chatting
messages: + msg14
2011-01-08 16:58:22willgcreate