Hello FWh!
Data coming from some webservices to my webhook service is arriving as Unicode.
for example: Goyt\u00eda is Unicode which translated to UTF8 would become Goytía and that is what I need to display.
I tried hb_Translate( 'Goyt\u00eda', "ES850", "UTF8" ) but that is not quite doing the trick.
Can someone here help?
Thank you,
Reinaldo.