Skip to content

[run_sk_stress_test] Replace non-ascii characters when outputting to an ascii tty #345

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

Merged

Conversation

nathawes
Copy link
Contributor

Hopefully fixes the below error due to trying to print '©' in the stress tester CI jobs:

UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 2673: ordinal not in range(128)

…an ascii tty

Hopefully fixes the below error in the stress tester CI jobs:
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 2673: ordinal not in range(128)
@nathawes
Copy link
Contributor Author

@swift-ci please test

@nathawes nathawes merged commit 1ca7bd7 into swiftlang:master Jun 12, 2019
@nathawes nathawes deleted the dont-output-unicode-to-ascii-tty branch June 12, 2019 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant