Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS
commit534f6aa6b5648c70a2cb4b880fd67c68370e4e86
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 10 Jan 2010 13:52:44 +0000 (10 13:52 +0000)
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 10 Jan 2010 13:52:44 +0000 (10 13:52 +0000)
treebb30ee28c8cbfe614d691c31fb23bc20669c213f
parente51a1598b4615c7a6e0d31c91f917e5ef52006ad
Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS
locale like those in East Asia where most glyphs are neither alphabetical nor
numerical.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30258 b3059339-0415-0410-9bf9-f77b7e298cf2
subreader.c