|
@@ -526,9 +526,11 @@ $textline =~ s/Ц/Ts/g; $textline =~ s/ц/ts/g;
|
|
|
$textline =~ s/Ч/Ch/g; $textline =~ s/ч/ch/g;
|
|
$textline =~ s/Ч/Ch/g; $textline =~ s/ч/ch/g;
|
|
|
$textline =~ s/Ш/Sh/g; $textline =~ s/ш/sh/g;
|
|
$textline =~ s/Ш/Sh/g; $textline =~ s/ш/sh/g;
|
|
|
$textline =~ s/Щ/Shch/g; $textline =~ s/щ/shch/g;
|
|
$textline =~ s/Щ/Shch/g; $textline =~ s/щ/shch/g;
|
|
|
-$textline =~ s/Ь/'/g; $textline =~ s/ь/'/g;
|
|
|
|
|
|
|
+#$textline =~ s/Ь/'/g; $textline =~ s/ь/'/g;
|
|
|
|
|
+#$textline =~ s/Ъ/''/g; $textline =~ s/ъ/''/g;
|
|
|
|
|
+$textline =~ s/Ь//g; $textline =~ s/ь//g;
|
|
|
|
|
+$textline =~ s/Ъ//g; $textline =~ s/ъ//g;
|
|
|
$textline =~ s/Ы/Y/g; $textline =~ s/ы/y/g;
|
|
$textline =~ s/Ы/Y/g; $textline =~ s/ы/y/g;
|
|
|
-$textline =~ s/Ъ/''/g; $textline =~ s/ъ/''/g;
|
|
|
|
|
$textline =~ s/Э/E/g; $textline =~ s/э/e/g;
|
|
$textline =~ s/Э/E/g; $textline =~ s/э/e/g;
|
|
|
$textline =~ s/Ю/Yu/g; $textline =~ s/ю/yu/g;
|
|
$textline =~ s/Ю/Yu/g; $textline =~ s/ю/yu/g;
|
|
|
$textline =~ s/Я/Ya/g; $textline =~ s/я/ya/g;
|
|
$textline =~ s/Я/Ya/g; $textline =~ s/я/ya/g;
|