package
module
Version:
v1.0.1-0...-282aadf
Opens a new window with list of versions in this module.
Published: Feb 18, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.