atom / symbols-view

Jump to symbols in Atom
MIT License
165 stars 115 forks source link

Unicode symbol not being rendered in the symbols-view #190

Open joonro opened 7 years ago

joonro commented 7 years ago

Hi,

It seems symbols-view:toggle-file-symbols does not render unicode characters that I have in my Python 3 code in the view. For example, with the following:

def test_unicode_θ():
    pass

symbols-view:toggle-file-symbols shows only test_unicode_, not def test_unicode_θ.

Thank you!