Skip to content

Commit 59618de

Browse files
authored
Add substitutes characters for Windows file names
1 parent 11c538a commit 59618de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

contributing.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66

77
The name of the file will be displayed as-is in the readme. It should be named according to the language it was written in. The name shouldn't be abbreviated too far (use `JavaScript.js` instead of `JS.js`) and it shouldn't be abbreviated too little (use `CSS.css` instead of `Cascading Style Sheets.css`). Additionally, use spaces instead of hyphens or underscores (use `Objective C.m` instead of `Objective-C.m`).
88

9+
If a file name contains a special character that Windows is not able to display, substitute it with the following:
10+
11+
|Original|Substitute|
12+
|:-:|:-:|
13+
|/||
14+
|\\ ||
15+
|:|˸|
16+
|\*||
17+
|?||
18+
|"||
19+
|<||
20+
|>||
21+
|\|||
22+
923
#### Contents
1024

1125
The code in the file should be the simplest and most straightforward way to print/display/show `Hello World` exactly once in the language used. User input should not be request and a newline should only be printed when necessary.

0 commit comments

Comments
 (0)