I am url encoding a string of text to pass along to a function. However, it encodes the second space in a double-space as \"%A0\". This means that when I decode the string
If I refer to the chart on this page, %A0 is not a space. %20 is the space caracter's encoded value.