Skip to content

Unicode error prevents opening the scratchpad #5

@marcaube

Description

@marcaube

My scratchpad won't open anymore. It seems like the plugin has a problem with a unicode character I typed in my scratchpad the last time I used it.

Here's the error I got in the SublimeText console

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 797, in run_
    return self.run()
  File "Scratchpad in /Users/marc/Library/Application Support/Sublime Text 3/Installed Packages/Scratchpad.sublime-package", line 29, in run
  File "Scratchpad in /Users/marc/Library/Application Support/Sublime Text 3/Installed Packages/Scratchpad.sublime-package", line 43, in putTimeStamp
  File "Scratchpad in /Users/marc/Library/Application Support/Sublime Text 3/Installed Packages/Scratchpad.sublime-package", line 43, in <genexpr>
  File "./python3.3/encodings/ascii.py", line 26, in decode
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1124: ordinal not in range(128)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions