Skip to content

uatranslit is a go library for transliteration from ukrainian to english.

Notifications You must be signed in to change notification settings

ctrlok/uatranslit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

uatranslit is a go library for transliteration from ukrainian to english based on 55-2010-п.

There is two methods: ReplaceUARune and ReplaceUARunes, more into source code

Usage

import "github.com/ctrlok/uatranslit/uatranslit"

func some(){
  letter := uatranslit.ReplaceUARunes([]rune("це якийсь текст"))
}

#TODO:

  • add methods with io
  • add documentation to godoc
  • add cmd for converting

About

uatranslit is a go library for transliteration from ukrainian to english.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages