I have a string that contains mulitple unicode hex characters - how can I efficiently replace all of these references with their character, e.g.
"David's car is green"
becomes
"David's car is green"
I have a string that contains mulitple unicode hex characters - how can I efficiently replace all of these references with their character, e.g.
"David's car is green"
becomes
"David's car is green"