How to use Unicode in C?

120 views Asked by At

I am developing an application in C and it must accept characters from every language. I am targeting Linux/Windows. What is the best way to implementing this, considering that performance is important in this case?

0

There are 0 answers