MiroHibler / sublime-keymaps

Find a keymap for... and show all enabled keymaps in a Cheat Sheet.
144 stars 9 forks source link

Opening the Cheat Sheet leads to UnicodeDecodeError at line 425 #7

Closed qblake closed 11 years ago

qblake commented 11 years ago

When I open Tools -> Keymaps -> Cheat Sheet I get a blank tab "Keymaps Cheat Sheet" and message at the console:

Traceback (most recent call last):
  File "./Keymaps.py", line 597, in render
    elf.renderer.render(rendered)
  File "./Keymaps.py", line 471, in render
    keymaps_view.insert(edit, keymaps_view.size(), self.header)
  File "./Keymaps.py", line 425, in header
    hr=hr)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
MiroHibler commented 11 years ago

Hi qblake,

Thank you for your contribution!

I'm a bit reluctant to merge it to master branch, so I created the 1.3.1 branch which I'm going to use for some of my patches as well.

Would you be so kind and re-pull your request to the 1.3.1 branch, please?

Thank you!

Cheers, miro

qblake commented 11 years ago

Sure, no problem.