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

non-UTF8 encoding error #2

Closed
DanielKehoe opened this issue Feb 19, 2021 · 0 comments
Closed

non-UTF8 encoding error #2

DanielKehoe opened this issue Feb 19, 2021 · 0 comments

Comments

@DanielKehoe
Copy link
Member

DanielKehoe commented Feb 19, 2021

@Havrevoll reports a non-UTF8 encoding error.

The error came in Chrome too. I fixed the problem in my case. The name of the repo is "heimeside" ("homepage") and the title is "Norsk perspektiv" ("Norwegian perspective"), but the description said "Få plakatar" ("Get posters"). But when I removed the Scandinavian letter å and changed description to "Plakatar", it went through. I saw the error mentioned utf-8, and that's probably what you had in mind too. I hope you will be able to fix this error.

Error is:

source sequence is illegal/malformed utf-8

This post https://dev.to/bajena/solving-invalid-byte-sequence-in-utf-8-errors-in-ruby-1f27 suggest to use a character encoding detection gem called charlock_holmes but it requires a C library installed by Homebrew and we can't do that on Vercel.

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

1 participant