Interesting but not an answer, whitelist is impossible for unicode, and blacklist is not portable (although if it won't work otherwise, I'll resort to a blacklist). – Felix DombekMar 9 '11 at 19:56
Too bad there might be cyrillic characters in my strings ... or even others ... I think the pattern as a blacklist will work – Felix DombekMar 9 '11 at 19:59
1
r"[\/\\\:\*\?\"\<\>\|]" seems to work. – Felix DombekMar 9 '11 at 20:45