usd

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2021 License: CC0-1.0 Imports: 13 Imported by: 0

README

unicode symbol dumper

This program dumps unicode symbol.

UTF16, UTF-8, UTF-32 supported.

Example

$ printf "🛀🐧" | usd
+-----------+------------+---------+---------------------+
| CHARACTER | CODE POINT |  NAME   |         HEX         |
+-----------+------------+---------+---------------------+
| 🛀        | U+1F6C0    | BATH    | 0xF0 0x9F 0x9B 0x80 |
| 🐧        | U+1F427    | PENGUIN | 0xF0 0x9F 0x90 0xA7 |
+-----------+------------+---------+---------------------+

Usage

$ usd -help
Usage of usd:
  usd <subcommand>
  usd -help
Sub commands:
  utf8
        dump UTF-8
  utf16
        dump UTF-16
  utf32
        dump UTF-32
Options:
  -help
       show help
  -fileType value
        output file type. default is None (value: CSV|TSV|None)
  -noHeader
        no header
  -version
        show version
$ usd utf8 -help
Usage of utf8:
  utf8 [option]
Options:
  -help
        show help
$ usd utf16 -help
Usage of utf16:
  utf16 [option]
Options:
  -help
        show help
  -endian endian
        UTF16 endian. default is 'Big' (value: Big|Little)
$ usd utf32 -help
Usage of utf32:
  utf32 [option]
Options:
  -help
        show help
  -endian endian
        UTF32 endian. default is 'Big' (value: Big|Little)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL