I am working on texts and have the left dot from an input text and right dot typed from a keyboard. However, in Python, they are not being treated as equal.
'․' == '.'
Out[870]: False
What could be a possible reason, and how can I recreate the left dot using the keyboard?