We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a34fe commit 9b5f3b8Copy full SHA for 9b5f3b8
docs/c-runtime-library/reference/fopen-wfopen.md
@@ -72,7 +72,7 @@ The following table summarizes the modes that are used for various **`ccs`** fla
72
73
| ccs flag | No BOM (or new file) | BOM: UTF-8 | BOM: UTF-16 |
74
|--|--|--|--|
75
-| **`UNICODE`** | **`UTF-16LE`** | **`*UTF-8`** | **`UTF-16LE`** |
+| **`UNICODE`** | **`UTF-16LE`** | **`UTF-8`** | **`UTF-16LE`** |
76
| **`UTF-8`** | **`UTF-8`** | **`UTF-8`** | **`UTF-16LE`** |
77
| **`UTF-16LE`** | **`UTF-16LE`** | **`UTF-8`** | **`UTF-16LE`** |
78
0 commit comments