summaryrefslogtreecommitdiffstats
path: root/statgen/traslations
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-28 16:37:40 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-06-28 16:37:40 +0000
commite491cf8ad72d6752af8dac345d3bbc491e21a13a (patch)
treedb41b453a116c64cbac10f51aeec3c68d954cce6 /statgen/traslations
parent70fbe7822024d0acc68df3607ff25bf8d7a71751 (diff)
downloadlibrcd-e491cf8ad72d6752af8dac345d3bbc491e21a13a.tar.gz
librcd-e491cf8ad72d6752af8dac345d3bbc491e21a13a.tar.bz2
librcd-e491cf8ad72d6752af8dac345d3bbc491e21a13a.tar.xz
librcd-e491cf8ad72d6752af8dac345d3bbc491e21a13a.zip
0.1.6
* Function name is changed to conform LibRCC naming conventions * AutoConf Improvements * Release Script * Other minor changes
Diffstat (limited to 'statgen/traslations')
-rwxr-xr-xstatgen/traslations12
1 files changed, 0 insertions, 12 deletions
diff --git a/statgen/traslations b/statgen/traslations
deleted file mode 100755
index 630735a..0000000
--- a/statgen/traslations
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/bash
-
-if [ -z "$1" ]; then
- echo "Usage: doit <file name>"
- exit
-fi
-
-# In some CP866 texts used "Yo" and "N" simbols from CP1251 encoding. This fixes it.
-dos2unix -U $1
-cat $1 | sed -e "s/¸/ñ/g" | sed -e "s/¹/N/g;s/°/ø/g" | iconv -f CP866 -t KOI8-R > $1.koi
-cat $1 | sed -e "s/¸/ñ/g" | sed -e "s/¹/ü/g;s/°/ø/g" | iconv -f CP866 -t CP1251 > $1.win
-cat $1 | sed -e "s/¸/ñ/g" | sed -e "s/¹/ü/g;s/°/ø/g" | iconv -f CP866 -t UTF-8 > $1.utf