UIKit0 / hoxchess

Automatically exported from code.google.com/p/hoxchess
0 stars 0 forks source link

Chat: Message with ';' embedded is cut off #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login a server
2. Join an existing table
3. Type the message "hello ; world" and press Enter

What is the expected output? What do you see instead?
+ "hello ; world" in the Message window

Please use labels and text to provide additional information.
+ "hello" in the Message window

Original issue reported on code.google.com by huypha...@gmail.com on 24 Jul 2009 at 1:40

GoogleCodeExporter commented 9 years ago
Fixed by URL-escaping (and URL-unescaping) the reserved characters (& ; %):
http://code.google.com/p/hoxchess/source/detail?r=682

Original comment by huypha...@gmail.com on 6 Dec 2009 at 5:02