Georg Baum <[EMAIL PROTECTED]> writes: > This patch is from bugzilla: http://bugzilla.lyx.org/show_bug.cgi?id=2937 > (with slightly modified comment) > I will put it in later today if nobody objects.
+ static string const keep = "abcdefghijklmnopqrstuvwxyz" + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "+,-0123456789;<=>?"; It appears that "<", ">" and "?" are invalid on Windows. At least, I can't create a file in notepad, wordpad or with touch containing these characters. Angus