When I compare these 2 strings, the value I get is False.
a = "comentar"
b = "️comentar"
print(a == b) # False
How could I fix this? I have tried changing the encoding of both strings but it does not have any effect.
You can try it here: https://onlinegdb.com/HJ8xYLPq4