Skip to content

Mithlonde/utf8coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Root    Blog    Projects    ~/utf8coder    Writeups   

Hi there 👋

👾 Mithlonde

└─$ cat projects/utf8coder.md

UTF-8 Encoder/Decoder

These Python scripts provide command-line tools for URL encoding and decoding with the UTF-8 encoding scheme. utf8encode.py encodes strings using URL encoding, while utf8decode.py decodes URL-encoded strings.

Usage

python3 utf8encode.py 'your_string_here'
python3 utf8decode.py 'encoded_string_here'

image

Bash Aliases

alias urlencode='python3 /path/to/utf8encode.py' alias urldecode='python3 /path/to/utf8decode.py'

urlencode 'your_string_here'
urldecode 'encoded_string_here'

image

About

UTF-8 URL Encoder/Decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages