Line break bug in NewTopicController & ReplyTopicController
Closed this issue · 0 comments
imWildCat commented
If you insert a line break in these two controller and click post button, it's clear that the line break will be vanished when your topic/reply is posted.
I tried to use - (NSString *)stringByAddingPercentEscapesUsingEncoding:(NSStringEncoding)enc
(http://unmi.cc/objective-c-urlencode/) but it could be worse.