Skip to content

Commit 8d78d1b

Browse files
authored
Update unicode-and-multibyte-character-set-mbcs-support.md
see which line break syntax works in a note
1 parent ca2f62c commit 8d78d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/atl-mfc-shared/unicode-and-multibyte-character-set-mbcs-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Some languages, for example, Japanese and Chinese, have large character sets. To
1313
- [Multibyte Character Sets (MBCS)](#mfc-support-for-mbcs-strings), **`char`** based single or double-byte characters and strings encoded in a locale-specific character set.
1414

1515
> [!NOTE]
16-
> Microsoft recommends the MFC Unicode libraries for all new development.
17-
> The MBCS libraries were deprecated in Visual Studio 2013 and Visual Studio 2015. This is no longer the case.
16+
> Microsoft recommends the MFC Unicode libraries for all new development.\
17+
> The MBCS libraries were deprecated in Visual Studio 2013 and Visual Studio 2015. This is no longer the case.</br>
1818
> Starting with Visual Studio 2017, the MBCS libraries are no longer deprecated and don't generate deprecation warnings.
1919
2020
## MFC Support for Unicode Strings

0 commit comments

Comments
 (0)