Clarify that the ligatures option applies to unicode not CSS ligatures

This commit is contained in:
Kovid Goyal 2024-07-08 20:18:39 +05:30
parent 39776ab381
commit fbe729de13
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -560,13 +560,15 @@ OptionRecommendation(name='asciiize',
OptionRecommendation(name='keep_ligatures',
recommended_value=False, level=OptionRecommendation.LOW,
help=_('Preserve ligatures present in the input document. '
'A ligature is a special rendering of a pair of '
'A ligature is a combined character of a pair of '
'characters like ff, fi, fl et cetera. '
'Most readers do not have support for '
'ligatures in their default fonts, so they are '
'unlikely to render correctly. By default, calibre '
'will turn a ligature into the corresponding pair of normal '
'characters. This option will preserve them instead.')
'characters. Note that ligatures here mean only unicode ligatures '
'not ligatures created via CSS or font styles. '
'This option will preserve them instead.')
),
OptionRecommendation(name='title',