uni

package
v0.0.0-...-632d234 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All(_ []string, _ io.Reader) error

func Describe

func Describe(args []string, _ io.Reader) error
Example
package main

import (
	"fmt"
	"os"

	"github.com/frioux/leatherman/internal/tool/allpurpose/uni"
)

func main() {
	err := uni.Describe([]string{"uni", "⢾"}, nil)
	if err != nil {
		fmt.Fprintf(os.Stderr, "Couldn't Describe: %s\n", err)
		os.Exit(1)
	}
}
Output:

'⢾' @ 10430 aka BRAILLE PATTERN DOTS-234568 ( graphic | printable | symbol )

func ToRune

func ToRune(args []string, _ io.Reader) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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