On some Python builds, Unicode characters above U+FFFF get escaped to two question marks ?? instead of just one ?. This is not a real problem, but for testing it is a nuisance when the results depend on the platform.
On some Python builds, Unicode characters above U+FFFF get escaped to two question marks ?? instead of just one ?. This is not a real problem, but for testing it is a nuisance when the results depend on the platform.