gounidecode
Unidecode translator
An implementation of Unicode transliterator functionality for the Go programming language.
Unicode transliterator for #golang
80 stars
6 watching
21 forks
Language: Go
last commit: over 9 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mozillazg/go-unidecode | Converts Unicode text to its closest ASCII transliteration | 132 |
mehanizm/iuliia-go | A library that provides a set of standardized transliteration schemas for converting Cyrillic characters to Latin equivalents | 50 |
alexsergivan/transliterator | A Golang package providing one-way string transliteration with support for custom language rules and general ASCII transliteration | 44 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 1,005 |
ghostiam/binstruct | Decodes binary data into structured format | 99 |
m1/go-localize | An i18n engine for Go that supports translating locale strings from various file formats. | 59 |
go-ffmt/ffmt | Golang beautifies data display by providing formatting options for humans | 308 |
goodsign/icu | Provides a Cgo binding to detect and convert text encoding in a Unicode-based C library | 21 |
relvacode/iso8601 | Library providing an efficient ISO 8601 date parsing solution for Go applications. | 148 |
igorrius/go-fsm | A Go package implementing a Finite State Machine with contextual state transitions and actions. | 9 |
a8m/golang-cheat-sheet | A comprehensive guide to Go syntax and features for developers | 8,467 |
mirkosertic/bytecoder | A tool to interpret and transpile JVM bytecode into other programming languages like JavaScript, WebAssembly, or OpenCL. | 903 |
o1egl/fwencoder | A library that encodes and decodes fixed-width table data from various input sources. | 27 |
fedeztk/got | A command-line tool for translating text to multiple languages using various translation APIs. | 173 |
ake-persson/encoding | Provides a generic interface to encode and decode data in a platform-agnostic way. | 9 |