Open Anatoly03 opened 3 years ago
export function lat(str) {
let new_str = ''
for (let x of str) {
new_str += latinize.characters[x] || x
}
return new_str
}
Proposal of the new latinize function
Just use .normalize
afterward. Works for me.
Any ideas on what to do with Fraktur Bold characters?