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

code/img_imageio encoding issue #3489

Open
RedXBeard opened this issue Jul 9, 2015 · 2 comments
Open

code/img_imageio encoding issue #3489

RedXBeard opened this issue Jul 9, 2015 · 2 comments
Labels
Platform: IOS Platform: OSX Status: Confirmed Confirmed as real issue Type: Bug A bug or something not working as intended

Comments

@RedXBeard
Copy link

Hello;

Till the fixed version, on file kivy/kivy/core/image/img_imageio.pyx line 332,
to handle nonunicode filenames, encoding operation applied, would it be possible to check for type first then applying encoding operation? because otherwise file paths' raising;

'ascii' codec can't decode byte 0xcc in position 28: ordinal not in range(128)

Thank you,

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@stale
Copy link

stale bot commented Oct 7, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 7, 2017
@dessant dessant removed the stale label Oct 8, 2017
@Julian-O
Copy link
Contributor

The line has moved, but not been fixed.

def load(self, filename):
    # FIXME: if the filename is unicode, the loader is failing.

It would be good to have an example minimum failing code to test when it is fixed.

@Julian-O Julian-O added the Type: Bug A bug or something not working as intended label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: IOS Platform: OSX Status: Confirmed Confirmed as real issue Type: Bug A bug or something not working as intended
Projects
None yet
Development

No branches or pull requests

4 participants