base65536 icon indicating copy to clipboard operation
base65536 copied to clipboard

base65536 Python 2 and 3 implementation.

Results 5 base65536 issues
Sort by recently updated
recently updated
newest added

Lines 113 and 126 updated to not require a bytes format.

Python version: Python 3.7.7 Used pip3 to install the package. Traceback: ``` Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.7/site-packages/base65536/core.py", line 117, in encode code_point =...

See https://github.com/qntm/safe-code-point and https://github.com/qntm/base65536gen but something in Python - [ ] Version 7 - [ ] Version 8 - [ ] Version 9 - [ ] Version 10 - [...

enhancement

What am I doing wrong ? Does this module support numbers (str) ? ``` Traceback (most recent call last): File "TP10hoff.py", line 54, in open('test.by','w').write(base65536.encode(ret)) File "/Users/benoit/anaconda3/lib/python3.6/site-packages/base65536/core.py", line 117, in...

A "narrow" Python build is one where unicode objects are UTF-16 internally (most characters are 2 bytes, but characters beyond U+FFFF get represented by a 4-byte "surrogate pair"), whereas in...

enhancement