JohnAustinDev / xulsword

Automatically exported from code.google.com/p/xulsword
17 stars 6 forks source link

GlobalOptionFilter=UTF8GreekAccents #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I think xulsword does not process

GlobalOptionFilter=UTF8GreekAccents

Any plans to implement this?

e.g. SWORD module SBLGNT.

Original issue reported on code.google.com by DFH...@gmail.com on 16 Jan 2012 at 8:01

GoogleCodeExporter commented 9 years ago
Currently these are always shown.

Right now, xulsword does not provide the switches for these filters:
UTF8GreekAccents (For Greek texts having accents)
OSISVariants (For OSIS texts having variant readings)
OSISRuby (For Japanese OSIS texts with ruby: Kana glosses of Han characters)

Really, xulsword should iterate over all installed filters and display a switch 
for each one it finds. But the trick with this is that these filters would 
always be presented to users in English (regardless of the UI locale), because 
the filter name is only provided in the .conf file in English. For xulsword, 
this is a suboptimal solution. So a revision of the UI would also be required.

Original comment by gpl.prog...@gmail.com on 3 May 2012 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by gpl.prog...@gmail.com on 9 Oct 2013 at 5:25

GoogleCodeExporter commented 9 years ago
This would also allow GlobalOptionFilter=OSISVariants to work? The TR module 
has them.

Original comment by gpl.prog...@gmail.com on 8 Jan 2014 at 10:12

GoogleCodeExporter commented 9 years ago
Module WHNU also has Variants.

Original comment by DFH...@gmail.com on 8 Jan 2014 at 3:22

GoogleCodeExporter commented 9 years ago
Does the list still need to include OSISLemma ?

cf. OSISRuby is now deprecated in favour of OSISLemma.

See 
http://crosswire.org/wiki/DevTools:conf_Files#Elements_required_for_proper_rende
ring

Original comment by DFH...@gmail.com on 8 Jan 2014 at 4:13