Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 472 Bytes

File metadata and controls

18 lines (13 loc) · 472 Bytes

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