So I have a string that is in another language, most of it looks great, but parts of it is encoded incorrectly. How do I convert the literal string \u0026#39;n into its unicode(?) equivalent in PHP?
So I have a string that is in another language, most of it looks
Share
The following PHP function will translate
\u0026#39;ninto'n. This is used to communicate with the Google Translate API.