Is it possible to print Bengali Language with C in console? If it can be done, how can I do it?
I tried:
wprintf (L"Character: %lc %lc \n", L'ঈ', 2440);
This does not work. It just shows an unknown symbol. What is the best formula for working with UTF-8 format data in console? If it is possible with C++, I want to know that.