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

Method names not recognized when using non-ASCII characters #762

Open
alitekdemir opened this issue Oct 29, 2021 · 1 comment
Open

Method names not recognized when using non-ASCII characters #762

alitekdemir opened this issue Oct 29, 2021 · 1 comment

Comments

@alitekdemir
Copy link

Function names do not appear in bold when I use Turkish characters (çöşığüÇÖŞİĞÜ).
it is also not listed in the Source structure field.
Sample code

def kisiler(self):
    print('Personel listesi:')
    for kişi in self.personel:
        print(kişi)
def kişiler(self):
    print('Personel listesi:')
    for kişi in self.personel:
        print(kişi)

pyzo_nLybU3n8qn

@almarklein
Copy link
Member

Thanks for reporting this! It looks like the regexes only cover ASCII chars.

@almarklein almarklein changed the title fu Method names not recognized when using non-ASCII characters Mar 14, 2022
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

2 participants