railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.89k stars 2.25k forks source link

Export feature does not set UTF-8 as default #3681

Open obreil54 opened 4 months ago

obreil54 commented 4 months ago

Describe the bug When I am in the export view and I can select the decode format it says that if you leave it blank it will use UTF-8 by default, however if I do leave it blank it does not use UTF-8.

Reproduction steps I know this because when I leave it blank it does not decode Russian characters properly, however if I select UTF-8 manually then it then decodes everything as needed.