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

The use of special character in folder name don't allow unzip correctly #4660

Closed
1 task done
rquesada opened this issue Jun 12, 2021 · 1 comment
Closed
1 task done

Comments

@rquesada
Copy link

Found an issue when try to unzip a .zip file of the library, because an folder used in Examples use a special character

Zip: https://github.com/danielgindi/Charts/archive/refs/tags/v4.0.1.zip

Screen Shot 2021-06-11 at 10 52 03 AM

What did you do?

unzip -d DestinationFile Charts-4.0.1.zip

What did you expect to happen?

The Library unzip correctly

What happened instead?

I got the following error:
checkdir error: cannot create OUT/Charts-4.0.1/Tests/ChartsTests/Snapshots??+Silicon__
Illegal byte sequence
unable to process Charts-4.0.1/Tests/ChartsTests/Snapshots??+Silicon__/.
checkdir error: cannot create OUT/Charts-4.0.1/Tests/ChartsTests/Snapshots??+Silicon__
Illegal byte sequence
unable to process Charts-4.0.1/Tests/ChartsTests/Snapshots??+Silicon__/BarChartTests/.
checkdir error: cannot create OUT/Charts-4.0.1/Tests/ChartsTests/Snapshots??+Silicon__
Illegal byte sequence
unable to process Charts-4.0.1/Tests/ChartsTests/Snapshots??+Silicon__/BarChartTests/testDefaultBarDataSetLabels-iOS_390-0_844-0.1.png.
....

Charts Environment

Charts version: 4.0.1
Xcode version: 12.4
Swift version: 5.3
Platform(s) running Charts: iOS Platfrom
macOS version running Xcode: 11.4

@pmairoldi
Copy link
Collaborator

pmairoldi commented Mar 11, 2023

Closed by #4661

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

No branches or pull requests

2 participants