mahonia

character-set conversion library implemented in Go

  • 所有者: axgle/mahonia
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

mahonia

character-set conversion library implemented in Go.

Mahonia is a character-set conversion library implemented in Go.
All data is compiled into the executable; it doesn't need any external data files.

based on http://code.google.com/p/mahonia/

install

go get github.com/axgle/mahonia

example

package main
import "fmt"
import "github.com/axgle/mahonia"
func main(){
  enc:=mahonia.NewEncoder("gbk")
  //converts a  string from UTF-8 to gbk encoding.
  fmt.Println(enc.ConvertString("hello,世界"))  
}

https://github.com/axgle/mahonia/wiki/Donate

主要指标

概览
名称与所有者axgle/mahonia
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证Other
所有者活动
创建于2012-05-22 01:11:12
推送于2018-02-08 00:28:26
最后一次提交2018-02-08 08:28:26
发布数0
用户参与
星数838
关注者数27
派生数164
提交数8
已启用问题?
问题数9
打开的问题数5
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?