Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 1460 transliterating #1490

Commits on Sep 29, 2019

  1. Configuration menu
    Copy the full SHA
    fc8c521 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Configuration menu
    Copy the full SHA
    e6c1635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912f8b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Re-write parts that do not match Python3’s concept of str().

    In Python3, string objects str() are unicode aware by default.
    The u'' prefix before unicode strings is obsolete. Additionally,
    Python3 does not print escape sequences by default anymore, but
    literal unicode characters.
    frederik-elwert committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    4224a7d View commit details
    Browse the repository at this point in the history