* In the JS instant messenger window, encode all outgoing messages using encodeURICom...
commit6b75a6ac6b590cee520cfd007d4b7ff7e0327918
authorajc <ajc@c9418f8e-8c02-0410-9258-ad310909226a>
Fri, 20 Mar 2009 02:39:55 +0000 (20 02:39 +0000)
committerajc <ajc@c9418f8e-8c02-0410-9258-ad310909226a>
Fri, 20 Mar 2009 02:39:55 +0000 (20 02:39 +0000)
tree525d5b03118a619ad8ecc382b96894c2509b09f0
parent9cf13cb363379c6cb132280df76e55d99c35269e
* In the JS instant messenger window, encode all outgoing messages using encodeURIComponent() before handing them off to Prototype for an AJAX call.  This allows non-ASCII characters to be sent without causing an error in the application.  Enjoy your ũmläȕŧŝ ☺

git-svn-id: svn://uncensored.citadel.org/trunk@7240 c9418f8e-8c02-0410-9258-ad310909226a
webcit/static/instant_messenger.html