On Monday, February 14, 2011, Alexandre Prokoudine wrote: > You have me at loss :) As far as I can tell, .rgd files are binary.
They're gzipped XML. This has been in the FAQ for years. gunzip -c foo.rg > foo.xml edit foo.xml gzip foo.xml mv foo.xml.gz foo.rg There's a cheap script in scripts/rgedit that automates this process. It's not elegant at all, but I've never bothered to write a nicer one. -- D. Michael McIntyre ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
