Make chr() and ord() return/accept surrogate pairs in narrow builds.
The domain of chr() and the range of ord() are now always [0 ... 0x10FFFF].
Showing
Please register or sign in to comment
The domain of chr() and the range of ord() are now always [0 ... 0x10FFFF].