Does Ruby have a method to unescape hex codes within a string?
For example:
string = "Plus minus symbol: ±"
How can I print that string with the hex code replaced with the actual character: "±"? I'm looking for a generic solution that works for any hex code.