The problem is the following.
'Β'=='B'
Out[104]: False
To make things clear the first is a Greek 'Β' and the second a Latin 'B'.
For sure python is correct to give False as output but for the purpose of the script I'm working I need such characters to count as the same. Tried several encoding /decoding manipulations but still count as different. Any Ideas?