jisx0208

package module
v1.0.1-0...-282aadf Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

README

JIS X 0208 Converter in Go

How to use

ch, err := jisx0208.Rune(0x2422)
if err != nil {
       panic(err)
}
fmt.Printf("%c\n", ch) // あ

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Code

func Code(r rune) (int, error)

func Rune

func Rune(code int) (rune, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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