Skip to content

Commit f40569b

Browse files
authored
Merge pull request #3121 from jayvient/patch-1
Update fopen-s-wfopen-s.md
2 parents 6d94f79 + 010bbb6 commit f40569b

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)