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
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
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:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: