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

symbol has problem in standard keyboard [BUG] #60

Open
Monirzadeh opened this issue Jul 27, 2020 · 0 comments
Open

symbol has problem in standard keyboard [BUG] #60

Monirzadeh opened this issue Jul 27, 2020 · 0 comments

Comments

@Monirzadeh
Copy link

Monirzadeh commented Jul 27, 2020

What is the problem?
Problem i use standard keyboard in linux and try to work with your pakage
when i run bellow line i get data from database (i just copy that from Readme)

stock = Stocks.query.filter_by(name='كگل').first() #find by symbol(نماد)
stock.df 

but if i type that with Persian standard keyboard i can't get data

stock = Stocks.query.filter_by(name='کگل').first() #find by symbol(نماد)
stock.df 

Why that happen?
if you use this site to check ASCII of 'كگل' (save on database)'کگل' (standard keyboard) you found this is different and because of that you can't request data from database

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

No branches or pull requests

1 participant