diff options
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/rom-comma-kludge.sed')
-rw-r--r-- | Build/source/utils/xindy/make-rules/alphabets/rom-comma-kludge.sed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/make-rules/alphabets/rom-comma-kludge.sed b/Build/source/utils/xindy/make-rules/alphabets/rom-comma-kludge.sed new file mode 100644 index 00000000000..32dee324c4b --- /dev/null +++ b/Build/source/utils/xindy/make-rules/alphabets/rom-comma-kludge.sed @@ -0,0 +1,6 @@ +# replace [SsTt] with comma below -> [SsTt] with cedilla +# for latin2 with romanian language +s/Ș/Ş/g; +s/ș/ş/g; +s/Ț/Ţ/g; +s/ț/ţ/g; |