Skip to content

Commit 010bbb6

Browse files
authored
Update fopen-s-wfopen-s.md
Fix the wrong description about the css flag.
1 parent 6d94f79 commit 010bbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/fopen-s-wfopen-s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following table summarizes the modes for various *`ccs`* flags that are give
8484

8585
|ccs flag|No BOM (or new file)|BOM: UTF-8|BOM: UTF-16|
8686
|----------------|----------------------------|-----------------|------------------|
87-
|**`UNICODE`**|**`UTF-16LE`**|**`UTF-8`**|**`UTF-16LE`**|
87+
|**`UNICODE`**|**`UTF-8`**|**`UTF-8`**|**`UTF-16LE`**|
8888
|**`UTF-8`**|**`UTF-8`**|**`UTF-8`**|**`UTF-16LE`**|
8989
|**`UTF-16LE`**|**`UTF-16LE`**|**`UTF-8`**|**`UTF-16LE`**|
9090

0 commit comments

Comments
 (0)