Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants