Replacing Special Characters With Its Actual Value
Hi All,
Does anyone has any idea how to replace an extended character (ASCII value ranging from 128 to 255) to its actual character set in SQL/PLSQL?
For example: “½” needs to be replaced to “1/2”
“¼” needs to be replaced to “1/4”
Ultimately if the value is “California 71 ½ ” then the result should be “California 71 1/2”.
Thanks for your time!
Regards,