Re: [Boa Constr] SyntaxError: unexpected EOF while parsing
Status: Beta
Brought to you by:
riaan
From: Terrel S. <tsh...@uc...> - 2002-03-21 19:39:35
|
On Wed, 2002-03-20 at 20:34, Bell John wrote: > Terrel, > > This is just the old Microsoft line termination > artifact. Hence you should run dos2unix against all > files in Boa other than the image files and .zexp > files. Shouldn't we fix the parser to handle the common line-endings? Otherwise, this will continue to be a problem for people who use boa on a shared networked filesystem. I assume that there will be many who use boa *because* it is cross-platform. My suggestion (unit tests and code will follow): a) create a wrapper for wxConfig that will handle '\r|\r\n|\n' as a line ending (short-term solution, until b is done) or b) patch the wxWindows code that parses the config file. |