-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
export csv give me error unknown encoding name - latin1 #2191
Comments
maybe if you add 'latin1' here you can fix the desease |
ok i tested and in this way you can fix I have no the right to make a pull request so let the issue open for you |
Hi – thanks @nunziofiore! I have the same problem. Meanwhile it's fixed in the main repo, it's possible to write the following code in ./config/initializers/rails_admin.rb for example
|
Same problem here! Thanks @ekkans! Can't believe this hasn't been fixed yet. |
Hi, I also run into this issue Unfortunately As per https://it.wikipedia.org/wiki/ISO/IEC_8859-1, |
@ekkans I had the same issue and your workaround fixed it form. However, is it not fixed in the main branch yet ? |
Not yet merged, please give a try to my branch: gem 'rails_admin', github: 'diowa/rails_admin', branch: 'encoding-fix' |
indipendent from the columns I choose I have always this error:
error unknown encoding name - latin1
The text was updated successfully, but these errors were encountered: