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

fix handling of utf8 in output/error paths #473

Conversation

Ukalnins
Copy link

@Ukalnins Ukalnins commented Sep 1, 2020

If path contains unicode characters, the python script gets some junk.

@gabebear
Copy link

gabebear commented Sep 1, 2020

I'm pretty sure this fixes #410

@ivanhernandez13
Copy link

I'm not sure this will affect that issue, that one occurs during the installation step whereas this change will affect preparing the lldb launch commands which occurs after install and after pushing debugserver on to the device.

@ivanhernandez13 ivanhernandez13 merged commit ee3aec1 into ios-control:master Sep 1, 2020
@Ukalnins
Copy link
Author

Ukalnins commented Sep 1, 2020

I agree with @ivanhernandez13 , this fixes an unrelated issue.

Copy link

@Mcsadmeal Mcsadmeal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I

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.

4 participants