Hi
As you know a plus sign in a URL translates to a space character. [NSURL path] returns a path replacing all %xx with corresponding characters. But it doesnt translate '+' to a space! It leaves it as a plus sign. Is it a bug or what? How can I use NSURL to work with URLs which contain spaces encoded as pluses?
thanks