Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2466 Discussions

UNICODE / MBCS Character Sets support in TBB library for Windows platforms

SergeyKostrov
Valued Contributor II
327 Views

I'd like to understand why UNICODE / MBCS Character Sets are not supported in TBB library for Windows platforms?

Since these two Character Sets are not supported in TBB it creates some problems on projects which already
support UNICODE / MBCS Character Sets.

Best regards,
Sergey

0 Kudos
3 Replies
Vladimir_P_1234567890
327 Views
hello Sergey,
do you have a particular test case where unicode is not supported in tbb?
thanks,
Vladimir
0 Kudos
SergeyKostrov
Valued Contributor II
327 Views
Hi Vladimir,

Quoting Vladimir Polin (Intel)
hello Sergey,
do you have a particular test case where unicode is not supported in tbb?
thanks,
Vladimir


Something goes wrong when C++ operators 'new' or 'delete' are redefined and UNICODE is used. Several libraries,
like STL, TBB and MFC, and my codes are defining its own versions of these C++ operators. I'll try to create a test-case
but it is not simple.

Best regards,
Sergey

0 Kudos
Dave_Harris
Beginner
327 Views
I'm using Unicode, MFC and TBB together with no problems. I imagine most apps using TBB on Windows also use Unicode.
0 Kudos
Reply