Skip to content

Automatically exported from code.google.com/p/mahonia

Notifications You must be signed in to change notification settings

doumadou/mahonia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mahonia

Automatically exported from code.google.com/p/mahonia

code.google.com上的一个备份。

使用方法:

  # git clone git clone https://github.com/doumadou/mahonia.git /usr/lib/golang/src/code.google.com/p/mahonia

转码例子:

  package main

  import (
	  "fmt"
	  "code.google.com/p/mahonia"
  )

  func main() {
  	s := "<span class=\"red\">3.1\u6298/</span>\u5706\u9886\u957f\u88d9\u5047\u4e24\u4ef6\u8d34\u5e03\u77ed\u8896\u8fde\u8863\u88d9\uff082\u8272\u9009\uff09"

  	enc := mahonia.NewDecoder("utf8")
    fmt.Println(enc.ConvertString(s))
  }

About

Automatically exported from code.google.com/p/mahonia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages