summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-src/make-rules/alphabets/rom-comma-kludge.sed
blob: 32dee324c4b1a24a7068652dbcd4a032fd178c70 (plain)
1
2
3
4
5
6
# replace [SsTt] with comma below -> [SsTt] with cedilla
# for latin2 with romanian language
s/Ș/Ş/g;
s/ș/ş/g;
s/Ț/Ţ/g;
s/ț/ţ/g;