I have a character like this:
"é"
And I need to convert it to a hexadeximal code points like this
"\u{65}\u{301}"
Can anybody tell me how to do that?
I have a character like this:
"é"
And I need to convert it to a hexadeximal code points like this
"\u{65}\u{301}"
Can anybody tell me how to do that?