Skip to content
Permalink
Browse files

TOOLS: Support for German Prince in converter

  • Loading branch information
sev- committed Apr 16, 2018
1 parent 3b4c602 commit b1e116e9b901780bd58e5f9fef40cb287fc7308d
Showing with 9 additions and 1 deletion.
  1. +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;
}
}

0 comments on commit b1e116e

Please sign in to comment.
You can’t perform that action at this time.