-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110673/
-----------------------------------------------------------
Review request for kdelibs.
Description
-------
Fixed Bug 268771.
The isSpecial() function in kshell_unix() doesn't recognize unicode space, that
leads to errors in opening files that have unicode space in them.
This addresses bug 268771.
http://bugs.kde.org/show_bug.cgi?id=268771
Diffs
-----
kdecore/util/kshell_unix.cpp 8614424f4d902a3fa5afe4397f5981f1827a25c6
Diff: http://git.reviewboard.kde.org/r/110673/diff/
Testing
-------
Paths with the following characters now opens properly:
U+180E U+200A U+202F U+205F U+1680 U+2000 U+2001 U+2002 U+2003 U+2004 U+2005
U+2006 U+2007 U+2008 U+2009 U+3000
Thanks,
John L Chen