Skip to content

Commit c7caf6b

Browse files
Merge pull request steam-bell-92#1471 from Tomeshwari-02/fix/docs-mojibake
Document UTF-8 encoding expectations
2 parents 2262b35 + 4d109bf commit c7caf6b

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[*.md]
10+
trim_trailing_whitespace = false

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ python-mini-project/
8484
- Git (for cloning the repository)
8585
- pip (Python package manager)
8686

87+
### Encoding Note
88+
89+
This repository uses UTF-8 for documentation, issue templates, and project metadata. If emoji or box-drawing characters appear as mojibake in a Windows terminal, switch the terminal to UTF-8 before viewing or running the files.
90+
8791
### Installation Steps
8892

8993
#### 1. Clone the Repository

0 commit comments

Comments
 (0)