Commit 9287cd1
docs: explain why the encoding rule matters - docs/ is on GitHub Pages
The em-dash concern is a symptom, not the cause. A mis-encoded file does
not merely look odd in an editor: docs/ is published to GitHub Pages, so
it renders as visible mojibake to every reader of the documentation site.
Banning the character would leave curly quotes, degree signs, arrows and
accented names to break in exactly the same way.
Adds the BOM and mojibake checks to run before committing anything
written outside the editing tools.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent eea8e87 commit 9287cd1
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
94 | 109 | | |
95 | 110 | | |
96 | 111 | | |
| |||
0 commit comments