/utfdecode

Primary LanguageGoMIT LicenseMIT

utfdecode

go report card coverage godocs

This is escaped unicode string decoder.

Use like this(Go Playground):

s, _ := utfdecode.Decode(`\uD83D\uDE04あ\uD83D\uDE07い\uD83D\uDC7Aう`)
fmt.Println(s) // πŸ˜„γ‚πŸ˜‡γ„πŸ‘Ίγ†

Licence

MIT