type is still ``None``, however its meaning has changed. An encoding of ``None`` now means that no special encoding and decoding of Unicode values is done by the String type. This differs from the previous behavior, where ``None`` implied that the encoding was ``utf-8``. Pass the encoding as ``utf-8`` specifically to get the older behavior back.