Set the MIME-TYPE of .txt files to specify UTF-8
#165
Closed
jbaum98 wants to merge 1 commits from text-unicode-mime
into master
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'text-unicode-mime'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Related to issue #44, text files can't specify their encodings. This forces the browser to interpret text files as UTF-8 files by default.
An better solution is to use a byte order mark as described in #44.
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.