Andreas Seltenreich writes:
> Bill Moseley writes:
>>
>> PropertyNamesCase (compare|ignore|strcoll) <metaname> [, <metaname> ]
I'm wondering what the right way would be to specify a default setting
for those automatically defined meta names:
parser.c:
--8<---------------cut here---------------start------------->8---
if ( sw->UndefinedMetaTags == UNDEF_META_AUTO )
{
if (sw->verbose)
printf("**Adding automatic MetaName '%s' found in file '%s'\n", tag, parse_data->fprop->real_path);
m = addMetaEntry( parse_data->header, tag, META_INDEX, 0);
}
--8<---------------cut here---------------end--------------->8---
We are using this feature excessively and it would be advantageous to
be able to say something like:
PropertyNamesCase strcoll swishdefault
But at this time parse_data->swishdefaultMeta doesn't seem to have its
metaType initialised.
regards,
Andreas
Received on Wed Jun 1 12:13:39 2005