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

resourceName returns byte character #333

Closed
pastelApe opened this issue Feb 8, 2021 · 2 comments
Closed

resourceName returns byte character #333

pastelApe opened this issue Feb 8, 2021 · 2 comments

Comments

@pastelApe
Copy link

Not sure why but the filename, key 'resourceName', is being returned as a string, but with the byte characters included. Is this intended?

image

@chrismattmann
Copy link
Owner

Yes likely to do with Unicode and your locale. Check your OS Locale and Unicode settings.

@pastelApe
Copy link
Author

Thanks for the reply. These are my locales. Anything here that would cause this?

LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants