[sword-devel] usfm2osis.pl

Greg Hellings greg.hellings at gmail.com
Mon Jul 9 05:29:08 MST 2012


On Mon, Jul 9, 2012 at 2:13 AM, Chris Little <chrislit at crosswire.org> 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 problems with it. When I tried to run
>> title_cleanup.pl across the output it revealed a minor issue... the
>> language they have used appears to use the "French style" of quotation
>> mark, but it is marked up in the SFM text as "<<" and ">>". A pair of
>> ASCII angle characters. This causes title_cleanup.pl, which is
>> expecting good XML, to puke on parsing the file. Of course, it would
>> also cause osis2mod to puke when I get to that stage.
>>
>> Obviously this is an encoding issue in the source file, but I thought
>> I should mention that this is also a bug/shortcoming of usfm2osis.pl.
>> If it is supposed to be outputting well-formed XML then it should
>> encode the plain text to escape such characters with their proper XML
>> entity representations. Is there anyone who wants to look into that,
>> or do I need to roll up my Perl sleeves and get dirty?
>
>
> Handling of <</>>-style SFM quotation marks was formerly part of
> usfm2osis.pl, but has been commented out. The angle-brackets are not
> necessarily used to encode French-style chevrons for quotation marks, since
> they were also used in many SFM files to encode curly-quotes, as used in
> English typography.

Speaking with the translator they encouraged me to replace the
two-character ASCII sequence with the proper chevron characters.
Although when going to print they are replacing the characters with
curly braces, they like the idea of the chevrons better. The real
issue is that the double angle brackets are not the only time that '>'
and '<' appear in the text. When outputting the text to an XML output
format, should these characters not be encoded to XML entities?
Dealing with scripts developed for non-Latin languages we can't just
assume these characters won't appear in some arcane form

>
> I don't think I've ever seen angle-brackets in a USFM file that were
> supposed to be present. The example you cite is SFM, which we obviously
> can't reliably support. The fact that we do not handle angle-brackets helps
> to identify encoding errors in the text. The alternative would be to convert
> them to XML escapes and pass the mis-encoded characters on to the OSIS
> document, where they would probably go unnoticed.
>
> So, all things considered, I think it's a good thing that the output of
> usfm2osis.pl caused later utilities to choke, thereby signaling that you
> need to correct the character encoding problem in the source.

What if this were a case where the angle brackets were properly encoded as such?

--Greg

>
> --Chris
>
> _______________________________________________
> sword-devel mailing list: sword-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page



More information about the sword-devel mailing list