You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do note that Github displays this all incorrectly, because it bandly handles RTL text.
To see the real text, in your terminal:
>>> with open('kiwix.yml.1', 'r') as f:
... data = yaml.safe_load(f)
...
>>> print(data['all']['wikipedia.fa']['name'])
>>> print(data['all']['wikipedia.fa']['description'])
You'll see that the <200c> ends up in the middle of the string, and that the actual string is not what is shown on Github:
A strange character managed to get its way to the
wikipedia.fa
description.A Faarsi speaker might validate the correct string.
The text was updated successfully, but these errors were encountered: