Skip to content

Issues with file/character encoding #3

Description

@AetherCollective

I was editing the AppInfo using the toolkit and I was unable to switch from the Details Tab. A log was generated when I exited the toolkit.

DevelopmentToolkit.exe.log:

Traceback (most recent call last):
  File "gui\frontend.pyo", line 44, in <lambda>
  File "gui\frontend.pyo", line 28, in set_page
  File "gui\pages\details.pyo", line 15, in leave
  File "gui\pages\details.pyo", line 190, in save
  File "validator\engine__init__.pyo", line 24, in decorate
  File "validator\engine__init__.pyo", line 151, in save
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 679: ordinal not in range(128)
Traceback (most recent call last):
  File "gui\frontend.pyo", line 39, in closeEvent
  File "gui\pages\details.pyo", line 15, in leave
  File "gui\pages\details.pyo", line 190, in save
  File "validator\engine__init__.pyo", line 24, in decorate
  File "validator\engine__init__.pyo", line 151, in save
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 679: ordinal not in range(128)

In case formatting is lost, http://pastebin.com/mBrsK2TW

Edit:

Trimmed error log to show only 1 copy of each portion that's relevant to this issue.
Full log still available via PasteBin.
~3D1T0R

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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