[sword-devel] Field additions to module .conf files
Troy A. Griffitts
sword-devel@crosswire.org
Tue, 05 Mar 2002 14:05:48 -0700
Joachim,
I added a new feature last night that might be useful. It is on our
multimapwithdefault multimap template subclass:
bool has(T,V)
This allows you to do something like:
module->getConfig().has("Feature", "GreekParse")
Joachim Ansorg wrote:
>
> Dear Chris,
> I have some questions about your field additions.
> What's the difference between the following possible values of the Feature
> parts?
> StrongsNumbers,
> GreekDef,
> HebrewDef,
> GreekParse,
> HebrewParse,
>
> Is GreekDef == greek StrongNumber and GreekParse==greek Morphcode ?
> How should StrongsNumbers be used?
>
> And why is Font= still used? I thought either iso8859-1 or Unicode!
>
> Sorry that I don't understand it all.
>
> Thank you for answering in a short way ;)
> Joachim