[sword-devel] Errors while building?

2012-07-09 Thread Greg Hellings
Anyone else seen this error while trying to build the library? http://pastebin.com/FMMipzhP Is this a 4.6.x-4.7.x gcc issue? --Greg ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructi

[sword-devel] usfm2osis.pl - missing tag handling

2012-07-09 Thread Greg Hellings
According to the USFM reference "\io = \io1". In the module I'm working on right now the \io was not recognized at all and passed through with no love. --Greg ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listi

Re: [sword-devel] usfm2osis.pl

2012-07-09 Thread DM Smith
Just a comment to the whole thread, regarding XML entities: Since we are using a schema and not a DTD for validation of OSIS, we don't have many entities that will validate: amp, lt, gt, quot, and apos. These should be used as sparingly as possible. Character references (&x;) are allowed, bu

Re: [sword-devel] usfm2osis.pl

2012-07-09 Thread Greg Hellings
On Mon, Jul 9, 2012 at 8:08 AM, Chris Little wrote: > On 7/9/2012 5:29 AM, Greg Hellings wrote: >> >> On Mon, Jul 9, 2012 at 2:13 AM, Chris Little >> wrote: >>> >>> On 7/8/2012 10:43 PM, Greg Hellings wrote: Guys, Was just running usfm2osis.pl across some files that my Au

Re: [sword-devel] usfm2osis.pl

2012-07-09 Thread Chris Little
On 7/9/2012 5:29 AM, Greg Hellings wrote: On Mon, Jul 9, 2012 at 2:13 AM, Chris Little wrote: On 7/8/2012 10:43 PM, Greg Hellings wrote: Guys, Was just running usfm2osis.pl across some files that my Aunt and Uncle have given me to convert for the language they're working with through Wycliff

Re: [sword-devel] usfm2osis.pl

2012-07-09 Thread Greg Hellings
David, I'm doing this currently with a simple sed script (-e 's/<>/»/g;s//›/g') which encodes single or double angle brackets as the appropriate single or double chevrons. I was just pointing out that some text we come across might wish to use angle brackets as such within the text and usfm2osis.p

Re: [sword-devel] usfm2osis.pl

2012-07-09 Thread Greg Hellings
On Mon, Jul 9, 2012 at 2:13 AM, Chris Little wrote: > On 7/8/2012 10:43 PM, Greg Hellings wrote: >> >> Guys, >> >> Was just running usfm2osis.pl across some files that my Aunt and Uncle >> have given me to convert for the language they're working with through >> Wycliffe. It ran great, saw no prob

Re: [sword-devel] usfm2osis.pl

2012-07-09 Thread Peter von Kaehne
> Von: David Haslam > Hi Greg, > > One could just run a search and replace script or macro to convert the > double angles in a copy of the SFM files to proper Unicode characters: « > and > ». > Yes, one can do that and Greg knows that. The question was not how to fix it, but whether to fix i

Re: [sword-devel] usfm2osis.pl

2012-07-09 Thread David Haslam
Hi Greg, One could just run a search and replace script or macro to convert the double angles in a copy of the SFM files to proper Unicode characters: « and ». I've done that myself on several translations in the past. I'd normally use a TextPipe filter to batch process the whole set of .SFM fil

Re: [sword-devel] usfm2osis.pl

2012-07-09 Thread Chris Little
On 7/8/2012 10:43 PM, Greg Hellings wrote: Guys, Was just running usfm2osis.pl across some files that my Aunt and Uncle have given me to convert for the language they're working with through Wycliffe. It ran great, saw no problems with it. When I tried to run title_cleanup.pl across the output i