fix encoding of file edit#2881
Conversation
|
Just to check my understanding, this is only for local file editing right - not azure or s3? Also I think the dummy file rename is not an intended part of this PR - could you remove that change please? 🙏 I think that's a side effect of some test failures, which isn't ideal, but we shouldn't bring that rename in |
Yes
I don't know what renaming that u r refferring to ? I didn't rename any file. if you mean |
It's the first edit: https://github.com/pallets-eco/flask-admin/pull/2881/changes#diff-984cb167561ffd569fa92ae3e3308dc489e4ef7ebe0c4a087aa6b81c70701244 |
done |
|
Looks good - thanks. Could you include a line update under 'bug fixes' to the changelog please? 🙏 |
maybe it's a tiny bit easier if we merge #2886 first so that we have the new section in the changelog |
|
Yep, this looks fine to get in. Please can you add a line to the changelog 🙏 |
done |
In the FileAdmin we can allow the user to edit the text files. However, the file can't save non-ascii characters such as emojis🤨. This PR is raised to enable editing files with support of UTF-8 encoding.