0.7.2 • Published 4 years ago

orthos v0.7.2

Weekly downloads
2
License
GPL-2.0-or-later
Repository
-
Last release
4 years ago

orthos.js

convert to utf-8 combined ancient greek diacritics from precombined of all sorts

Installation

API

  import {oxia, comb, plain, strip} from 'orthos'

methods:

convert string to combined version:

    let combined = comb(rawStr)

string without stress symbols:

    let plain = plain(combined)

string without any accent:

    let stripped = strip(combined)

fix possible varia to oxia:

    let fixed = oxia(combined)

License

GNU GPL

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.3

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.3.41

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.0

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago