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
jbaum98 commented 6 years ago (Migrated from github.com)

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.

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.
jbaum98 commented 6 years ago (Migrated from github.com)

An better solution is to use a byte order mark as described in #44.

An better solution is to use a byte order mark as described in #44.
This pull request cannot be reopened because the branch was deleted.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b text-unicode-mime master
git pull origin text-unicode-mime

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff text-unicode-mime
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/pollen#165
Loading…
There is no content yet.