Encoding error in generated page
- Dominant language
- C++
- Stars
- 31
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
In [this page](https://www.boost.org/doc/libs/1_72_0/libs/format/example/sample_new_features.cpp) the output is broken because the source code file uses ISO-8859-1 but is assumed to be UTF-8 when copying to the web page. Github [guesses the correct encoding](https://github.com/boostorg/format/blob/7f0b2fbb3b8b4776817af7302e848dacc607786d/example/sample_new_features.cpp) so it displays properly
The server must be fixed to read the file in the correct encoding, or just convert all files to UTF-8. I think the latter is the best solution

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.