convert to utf-8 combined ancient greek diacritics from precombined of all sorts
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)
GNU GPL