How to get decimal value of a unicode character in c++
- by Mugunth
For one of my opensource project, i need to compute decimal equivalent of given unicode character.
For example if tamil character "?" given, output should be 2949 .
I am using c++ in Qt environment. I googled and couldnot find a solution for this. Pls help if you know a solution for this.