diff --git a/docs/c-runtime-library/reference/fopen-wfopen.md b/docs/c-runtime-library/reference/fopen-wfopen.md index e49b592eb6b..5cf41ba4185 100644 --- a/docs/c-runtime-library/reference/fopen-wfopen.md +++ b/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 | ccs flag | No BOM (or new file) | BOM: UTF-8 | BOM: UTF-16 | |--|--|--|--| -| **`UNICODE`** | **`UTF-16LE`** | *`*UTF-8`** | **`UTF-16LE`** | +| **`UNICODE`** | **`UTF-16LE`** | **`*UTF-8`** | **`UTF-16LE`** | | **`UTF-8`** | **`UTF-8`** | **`UTF-8`** | **`UTF-16LE`** | | **`UTF-16LE`** | **`UTF-16LE`** | **`UTF-8`** | **`UTF-16LE`** |