tAdd warning to documentation - transliterate - Transliteration engine
HTML git clone git://lumidify.org/transliterate.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit e331d064e8e657dd4cd29cd6d3046b3797d7b165
DIR parent b4a79d6c3f73db2d5ef562b87d8d451c523db181
HTML Author: lumidify <nobody@lumidify.org>
Date: Tue, 7 Apr 2020 14:13:27 +0200
Add warning to documentation
Diffstat:
M transliterate.pl | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
---
DIR diff --git a/transliterate.pl b/transliterate.pl
t@@ -1908,6 +1908,13 @@ Also note that all buttons are currently just dumped in the GUI without any
sort of wrapping, so they'll run off the screen if there are too many.
Tell me if this becomes a problem. I'm just too lazy to change it right now.
+Small warning: This only removes the given characters from the word selected in
+the GUI, not from the tables. Thus, this only works if the version of the word
+without any of the characters is already present in the tables. It would be useful
+when handling diacritics if the program could simply make a comparison while
+completely ignoring diacritics, but I haven't figured out a nice way to implement
+that yet.
+
Historical note: This was called B<diacritics> in a previous version and only
allowed removal of diacritics. This is exactly the same functionality, just
generalized to allow removal of any characters with different buttons.