8000 Method names not recognized when using non-ASCII characters · Issue #762 · pyzo/pyzo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Method names not recognized when using non-ASCII characters #762
Open
@alitekdemir

Description

@alitekdemir

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0