I think it would be convenient if abook would skip spaces and tabs around the = equal sign when parsing the database. This makes the database format conform to for example Python's configobj format. This patch is a first attempt at implementing this.
Are there any cons with doing this at all? I doubt that people rely on initial spaces/tabs in a field's data, or could that be the case? Obviously those would be gone while parsing the datafile. Daniel (1): Allow spaces and tabs around '=' in the database file database.c | 10 ++++++++++ 1 file changed, 10 insertions(+) -- 1.8.3.4 ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Abook-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/abook-devel
