Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

support non-ASCII characters in usernames #10

@salim-b

Description

@salim-b

If I try to run gitdriver, it fails with the following error:

Traceback (most recent call last):
  File "gitdrive.py", line 114, in <module>
    main()
  File "gitdrive.py", line 112, in main
    commit_revision(gd, opts, rev)
  File "gitdrive.py", line 68, in commit_revision
    rev['lastModifyingUserName'])], env=env)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 8: ordinal not in range(128)

If I'm understanding it right, this is because my Google username (lastModifyingUserName) includes the character ü. Would be nice if non-ASCII characters could be supported.

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