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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?