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

table.sh « tools « I18N « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27b86380e7bad789bf86dc5de8ee5ee54768e297 (plain)
1
2
3
4
5
#!/bin/sh
charset=$1
echo Extracting $charset
mono table_from.exe $charset > $charset.TXT
mono table_to.exe $charset | sort > $charset.INVERSE.TXT