Categorygithub.com/shmokmt/go-zhuyin
modulepackage
0.0.1
Repository: https://github.com/shmokmt/go-zhuyin.git
Documentation: pkg.go.dev

# README

go-zhuyin

Go Reference Test

A utility tool that convert Chinese characters to zhuyin(a.k.a bopomofo).

Usage

package main

import (
	"github.com/shmokmt/go-zhuyin"
)

func main() {
	fmt.Print(zhuyin.Convert("日本人")) // ㄖˋ ㄅㄣˇ ㄖㄣˊ
}
$ zhuyin 日本人
ㄖˋ ㄅㄣˇ ㄖㄣˊ

Author

shmokmt

# Packages

No description provided by the author

# Functions

Convert converts chinese characters to zhuyin(a.k.a bopomofo).