Vladimir

13%
Flag icon
To avoid confusion, the UTF-16 encoding prepends the text to be encoded with the special invisible character ZERO WIDTH NO-BREAK SPACE (U+FEFF). On a little-endian system, that is encoded as b'\xff\xfe' (decimal 255, 254).
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview