andrewrk/node-diacritics

OE ligature (Œ/œ) is not transformed into its components.

bogdanb opened this issue · 1 comments

Looking through the code I didn't see any regex for it. Should be something like:

{
base: 'oe',
regex: /[œŒ]/g
}

Thanks!