How to cast a QChar to int
问题 In C++ there is a way to cast a char to int and get the ascii value in return. Is there such a way to do the same with a qchar? Since unicode supports so many characters and some of them are actually looking alike, it is sometimes hard to tell what one is dealing with. An explicit code point or a number that can be used to get such would be very helpful. I searched a the web and this site for a solution but so far no luck, Qt documentation isn't much of help either, unless I'm overlooking