diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:34:51 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:34:51 +0200 |
| commit | 3990586a85e91923c0a3ae1a1f0f61420db555ac (patch) | |
| tree | 041692e7961cb66333b2c7b47d32a25487c6522d /man | |
| parent | 01b0cfe2055e23cf03870d9a9f60648037b4005e (diff) | |
| download | krino-3990586a85e91923c0a3ae1a1f0f61420db555ac.tar.gz krino-3990586a85e91923c0a3ae1a1f0f61420db555ac.zip | |
captures keep the name's diacritics
Diffstat (limited to 'man')
| -rw-r--r-- | man/krino.conf.5 | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/man/krino.conf.5 b/man/krino.conf.5 index 28d7034..26da541 100644 --- a/man/krino.conf.5 +++ b/man/krino.conf.5 @@ -666,10 +666,15 @@ With .Ic fold on, the default, a .Ic name -test matches the folded name and its captures come from that text, so +test matches the folded name, but its captures are the original name's +characters: +.Ql (name \(dq^(.+)-faktura\(dq) +on +.Pa \[/L]\['o]d\[u017A]-faktura.pdf +makes .Ic {1} -loses diacritics -.Pq see Sx KNOWN LIMITATIONS . +the name's own +.Ql \[/L]\['o]d\[u017A] . .Pp .Ar FMT is a strftime subset: @@ -801,21 +806,6 @@ Duplicate conditions with different scopes do not share an original, so two such rules can between them move every copy of a group aside; nothing is deleted. .Sh KNOWN LIMITATIONS -Captures -.Ic {1} No ... Ic {9} -come from the folded name when -.Ic fold -is on: -.Ql (name \(dq^(.+)-faktura\(dq) -on -.Pa \[/L]\['o]d\[u017A]-faktura.pdf -makes -.Ic {1} -.Ql Lodz . -Set -.Ql (fold no) -in the rule to keep diacritics. -.Pp A .Ar dest whose |
