HOW TO STRIP HEXADECIMAL CHARACTER "C2A0" WITHOUT STRIPPING OTHER SPACE CHARACTERS?
How can we strip a non-breaking space (hexadecimal code "C2A0")?
The other spaces like $c(9) and $c(20) should not be stripped along with that.
How can we strip a non-breaking space (hexadecimal code "C2A0")?
The other spaces like $c(9) and $c(20) should not be stripped along with that.