For example, the double in some countries (as mine) is converted to string with a comma ',' instead of a dot '.' between integer and decimal digits, and encoding url it is converted to %2C.
This is an issue because decoding value first it is received as an array of two integers, and not in every context I can parse values before than they are decoded.