summaryrefslogtreecommitdiff
path: root/lib/VNDBUtil.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDBUtil.pm')
-rw-r--r--lib/VNDBUtil.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDBUtil.pm b/lib/VNDBUtil.pm
index 1c0629e4..d59c82e2 100644
--- a/lib/VNDBUtil.pm
+++ b/lib/VNDBUtil.pm
@@ -57,6 +57,7 @@ sub normalize {
# remove some characters that have no significance when searching
tr/\r\n\t,_\-.~~〜∼ー῀:[]()%+!?#$"'`♥★☆♪†「」『』【】・‟”‛’‘‚„«‹»›//d;
tr/@/a/;
+ tr/ı/i/; # Turkish lowercase i
s/&/and/;
# Consider wo and o the same thing (when used as separate word)
s/(?:^| )o(?:$| )/wo/g;