Permalink
Browse files
TOOLS: Support for German Prince in converter
- Loading branch information
Showing
with
9 additions
and
1 deletion.
-
+9
−1
engines/prince/convert-ru.pl
|
|
@@ -62,7 +62,7 @@ |
|
|
|
|
|
if ($lang eq 'ru' or $lang eq 'en') { # We have English mixed with Russian |
|
|
if ($skip) { |
|
|
tr /\x9f\xa3/ÿś/; # Pseude-hungarian speech symbol |
|
|
tr /\x9f\xa3/źá/; # Pseude-hungarian speech symbol |
|
|
print; |
|
|
next; |
|
|
} |
|
|
@@ -81,4 +81,12 @@ |
|
|
|
|
|
print; |
|
|
} |
|
|
|
|
|
if ($lang eq 'de') { |
|
|
tr /\xc4\xdf\xfc\xf6/Äßüö/; |
|
|
|
|
|
tr /\x9f\xa3/źá/; # Pseude-hungarian speech symbol |
|
|
|
|
|
print; |
|
|
} |
|
|
} |