Skip to content

Failure to use unicode literals (u'') #36

Open
@ErwinJunge

Description

@ErwinJunge

The code uses string literals '' instead of unicode literals u'' in a lot of places. When combined with potential unicode characters from database content this will break on encoding errors.

We should convert all regular string literals to unicode literals.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions