Skip to content

xyproto/digraph

Repository files navigation

Digraph

Build Go Report Card License

Lookup ViM-style digraphs.

Example use

package main

import (
    "fmt"

    "github.com/xyproto/digraph"
)

func main() {
    fmt.Printf("The symbol for My is %c\n", digraph.MustLookup("My"))
}

This outputs:

The symbol for My is µ

Full list of digraphs

General info