|
Character Manipulation Function Internationalization (I18n) Function OverviewThe _itow is the wide-character version of _itoa , storing up to 33 wide characters.
I18n IssuesUse the appropriate version of the function as required for internationalization support, noting the following: These functions are not locale-dependent and should not be used
for negative decimal values, which enforces the placement and symbol of the negative sign, rather than relying on the settings
of the user's current locale. Instead, use one of the In addition, consider using the more secure versions, Recommended Replacements**If you're already using the recommended function, see I18n Issues for other reasons why Globalyzer is detecting the function. Character Manipulation Functions
|