Skip to content

Commit 4d109bf

Browse files
author
Tomeshwari-02
committed
Document UTF-8 encoding expectations
1 parent 5d3565d commit 4d109bf

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)