Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/I18N/tools/table.sh')
-rw-r--r--mcs/class/I18N/tools/table.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/mcs/class/I18N/tools/table.sh b/mcs/class/I18N/tools/table.sh
deleted file mode 100644
index 27b86380e7b..00000000000
--- a/mcs/class/I18N/tools/table.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-charset=$1
-echo Extracting $charset
-mono table_from.exe $charset > $charset.TXT
-mono table_to.exe $charset | sort > $charset.INVERSE.TXT