I have string containing utf8 code in my HTML file such as /tr'ʌmpɪt/, I want the utf8 code to be printed as utf8 character in the document. ˈtrəmpit
Which library provide this functions? Ruby, JavaScript all works for me, Python is also okey.
Provided the document is already encoded in utf-8.
For Python, use e.g. (following this post):