Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in wikipedia.fa description #9

Open
letompouce opened this issue Jan 18, 2017 · 1 comment
Open

Error in wikipedia.fa description #9

letompouce opened this issue Jan 18, 2017 · 1 comment
Labels

Comments

@letompouce
Copy link
Member

A strange character managed to get its way to the wikipedia.fa description.

A Faarsi speaker might validate the correct string.

@letompouce letompouce added the bug label Jan 18, 2017
@bochecha
Copy link
Contributor

The name as well.

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:

screenshot from 2017-01-18 11-46-03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants