Quote:
Originally Posted by Maui
Search
(\p{Greek}{1,})
Replace
<span class="greek">\1</span>
|
One minor tweak. I would recommend replacing with:
Code:
<span class="greek" lang="grc" xml:lang="grc">\1</span>
or whatever Greek you are using:
grc: Ancient Greek (to 1453)
el: Modern Greek (1453-)
You could see the list of lang codes here:
https://www.iana.org/assignments/lan...ubtag-registry
Side Note: Marking your HTML up with proper
lang is helpful (Dictionary lookup, Spellchecking, Hyphenation, Search, [...]).