Merge pull request #52 from davidbradway/patch-1

update Python example encoding command
This commit is contained in:
Nicholas Jitkoff 2019-03-18 09:41:46 -05:00 committed by GitHub
commit 101019467d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ Encoding (Win Git/WSL)
Encoding (Python)
`base64.b64encode(lzma.compress(bytes("hello world",encoding="utf-8"), format=lzma.FORMAT_ALONE, preset=9))`
`'https://itty.bitty.site/#/'+base64.b64encode(lzma.compress(bytes("hello world",encoding="utf-8"), format=lzma.FORMAT_ALONE, preset=9)).decode("utf-8")`
Encoding (Node.js)