|
|
|
|
|
by diafygi
3491 days ago
|
|
Why not embrace the Unicode world we live in now and just offset bytes to a Unicode region that has 256 non-space characters? https://github.com/diafygi/Offset248 Pros: simple, no ratio or ending calculation, easy copy/paste, same character length as original bytes Cons: has to be percent encoded in urls, some fonts might not render all characters |
|