3

Is there a cross-platform way (in C/C++) to make from a unsigned char an unicode wchar_t (that can also handle different encodings/codepages as input)? I searching for something like WideCharToMultiByte(...) on W32. My target platform has ARM architecture, so I can't use this...

I would also be fine, with some library, if it's free & can run on an ARM platform...

Any help is welcome!

1 Answer 1

4

ICU is a free, open-source, cross-platform library for dealing with Unicode text and other globalization issues. It supports C, C++, and Java.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.