Change encoding to UTF-8 for doc/styles.css#43
Open
jwakely wants to merge 1 commit intoboostorg:developfrom
Open
Change encoding to UTF-8 for doc/styles.css#43jwakely wants to merge 1 commit intoboostorg:developfrom
jwakely wants to merge 1 commit intoboostorg:developfrom
Conversation
Contributor
Author
|
Ping Would you prefer to do this consistently with boostorg/boost#618 and boostorg/multi_index#55 and boostorg/detail#22 i.e. "Copyright (c) YYYY, Copyright Holder" ? |
Contributor
Author
|
I've updated the PR that way now. |
|
FWIW: HTML files, e.g. index.html, are not UTF8. |
Contributor
Author
The patch is for a CSS file, so I'm not sure what you're saying here, or if it matters to this PR. |
|
#61 supersedes this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CSS files should be UTF-8: https://www.w3.org/International/questions/qa-css-charset
boostorg/filesystem@9df2bfa#diff-36873c6a5a238ba4df45a47d97d80ead5ed664b3cb7e5a8fbe918020cc6889a4 replaced another ISO-8859-1 copyright symbol with
(c), which would also be an option here. I just want to get rid of the ISO-8859-1 character in a file that doesn't specify its@charset, because it causes warnings for distro packagers.See also boostorg/boost#618 and boostorg/multi_index#55 and boostorg/detail#22