transliterate

Transliteration engine
git clone git://lumidify.org/transliterate.git
Log | Files | Refs | README | LICENSE

commit cc26d0e6222e381c7ef0d75d8127008e87439860
parent 6e3b4e539cef6c69b34da1a197e5a8156262b69c
Author: lumidify <nobody@lumidify.org>
Date:   Sat, 28 Mar 2020 08:51:08 +0100

Update documentation

Diffstat:
Mtransliterate.pl | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/transliterate.pl b/transliterate.pl @@ -1323,6 +1323,10 @@ in table "tablea" with the replacement "a$b" (assuming $ is the value set as B<choicesep> in the config). This is just something to be aware of. +On that note, before duplicates are checked between tables in the +same replacement group, duplicates inside the same file are already +replaced, so that might be a bit confusing as well. + =item B<--nochoices> Disables prompting for the right word when multiple replacement words exist. @@ -1400,8 +1404,10 @@ options and prompts the user to choose one. For each word with multiple options, the user must choose the right option and then press "Accept changes" to finalize the transliteration of the -current line. Before the line is finalized, the user may press "Undo" to -undo any changes on the current line. +current line. The button to accept changes is selected by default, so it +is possible to just press enter instead of manually clicking it. Before the +line is finalized, the user may press "Undo" to undo any changes on the +current line. "Stop processing" will exit the program and print the line number that was currently being processed.