Skip to content
/ runa Public

A utility to convert characters and code points

Notifications You must be signed in to change notification settings

syumai/runa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Runa

  • Runa is a utility to show character from given range of code points of Unicode.

Installation

go install github.com/syumai/runa@latest

Usage

  • Runa accepts
    • Basic number (like: 33)
    • Hex number (like: 0xaa)
$ runa 33 90     # show characters in 33 to 90
# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ

$ runa 0x21 0x5a # show characters in 0x21 to 0x5a
# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ

$ runa -c abcde  # show code point of `abcde`
# 97 98 99 100 101 102 103

About

A utility to convert characters and code points

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages