GitHub Pages not displaying charsets correctly - how to set by repo? #174658
-
Select Topic AreaBug BodyI'm archiving some HTML pages for a friend, and I have some that are encoded in Is there some kind of limitation with charsets in GitHub Pages? Or is it somehow thrown off by my apex custom domain? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Hi there! 👋 The problem you’re seeing with your Traditional Chinese Big5-encoded HTML files on GitHub Pages happens because of encoding differences. Here’s what’s going on: Why it happens
What you can do
SummaryGitHub Pages doesn’t fully support Big5 or other legacy encodings. Converting your files to UTF-8 is usually the simplest and most reliable way to make sure everything displays correctly. |
Beta Was this translation helpful? Give feedback.
Hi there! 👋
The problem you’re seeing with your Traditional Chinese Big5-encoded HTML files on GitHub Pages happens because of encoding differences. Here’s what’s going on:
Why it happens
<meta charset="Big5">
correctly, so the files look fine when browsing the repo.What you can do
Convert your files to UTF-8 (easiest way)