For one of my opensource project, i need to compute decimal equivalent of given unicode character.
For example if tamil character L'அ'
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.