orthos
v0.7.2
Published
convert to utf-8 combined ancient greek diacritics from precombined of all sorts
Downloads
23
Maintainers
Readme
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