The standard string utilities starting with str are not DBCS-enabled. Instead, wchar_t(**) data type, which represents both SBCS characters and DBCS characters in the unified format, and its utility functions are supported.
The C++ class libraries provided by IBM C/C++ Tool is beyond our scope in this edition.