Skip to content

nimiri/go-jisx0208

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIS X 0208 Converter in Go

How to use

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

About

Converts a JIS X 0208 code to a rune

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%