'POPPLER_FIND_IGNORE_DIACRITICS' exists since 0.73 version.
[GB.POPPLER] * BUG: 'POPPLER_FIND_IGNORE_DIACRITICS' exists since 0.73 version.
This commit is contained in:
parent
61e010f147
commit
340d282db9
1 changed files with 3 additions and 1 deletions
|
@ -819,7 +819,9 @@ GB_DESC PdfDesc[] =
|
|||
GB_CONSTANT("CaseSensitive", "i", POPPLER_FIND_CASE_SENSITIVE),
|
||||
GB_CONSTANT("Backwards", "i", POPPLER_FIND_BACKWARDS),
|
||||
GB_CONSTANT("WholeWordsOnly", "i", POPPLER_FIND_WHOLE_WORDS_ONLY),
|
||||
GB_CONSTANT("IgnoreDiacrititcs", "i", POPPLER_FIND_IGNORE_DIACRITICS),
|
||||
#if POPPLER_CHECK_VERSION(0,73,0)
|
||||
GB_CONSTANT("IgnoreDiacritics", "i", POPPLER_FIND_IGNORE_DIACRITICS),
|
||||
#endif
|
||||
|
||||
GB_END_DECLARE
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue