I need to convert user input like "𝕛𝕠𝕧𝕪𝕕𝕖𝕓𝕓𝕚𝕖"
into plain "ASCII" text, i.e. "jovy debbie"
.
The input comes in different styles, e.g. "𝑱𝒆𝒏𝒊𝒄𝒂𝑫𝒖𝒈𝒐𝒔"
or "𝙶𝚎𝚟𝚒𝚎𝚕𝚢𝚗𝙽𝚒𝚌𝚘𝚕𝚎𝙻𝚞𝚖𝚋𝚊𝚐"
.
Any Help will be appreciated, I already refer other stack overflow question but no luck :(