Skip to content

Commit ae32e94

Browse files
authored
Update unicode-and-multibyte-character-set-mbcs-support.md
1 parent 2a6e3ff commit ae32e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Some languages, for example, Japanese and Chinese, have large character sets. To
1212

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

15-
Microsoft has recommended the MFC Unicode libraries for all new development, and the MBCS libraries were deprecated in Visual Studio 2013 and Visual Studio 2015. This is no longer the case. The MBCS deprecation warnings have been removed in Visual Studio 2017 and we will continue to provide MBCS support in future releases.
15+
Microsoft has recommended the MFC Unicode libraries for all new development, and the MBCS libraries were deprecated in Visual Studio 2013 and Visual Studio 2015. This is no longer the case. Starting with Visual Studio 2017, the MBCS libraries are no longer deprecated, and no warning is generated.
1616

1717
## MFC Support for Unicode Strings
1818

0 commit comments

Comments
 (0)