Skip to content

Issue with non-ascii character support: non-ascii characters stop script and give a misleading error message, no non-ascii support in console #389

@hjhilden

Description

@hjhilden

If you input something like this in the IDE, the script will halt with a misleading error message about a missing parenthesis:

metsäkanat = 2000
print(metsäkanat)
image

Additionally, if you print a string with non-ascii characters, the console displays them wrongly:

print('Bösendorfer')
Bösendorfer

Tested on MacOS Monterey 12.5, Processing 4.3

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