blob: d9e6051e1897c0039f105cb37cd1da7bd05fccca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#!/bin/sh
mv ArabicShaping.txt ArabShap.txt
mv BidiMirroring.txt BidiMirr.txt
#Blocks.txt Blocks.txt
mv CaseFolding.txt CaseFold.txt
mv CompositionExclusions.txt CompExcl.txt
mv EastAsianWidth.txt EAWidth.txt
#Index.txt Index.txt
#Jamo.txt Jamo.txt
mv LineBreak.txt LineBrk.txt
#NamesList.html NamesList.html
#NamesList.txt NamesList.txt
#PropList.txt PropList.txt
#PropList.html PropList.html
#ReadMe.txt ReadMe.txt
mv SpecialCasing.txt SpecCase.txt
mv UnicodeCharacterDatabase.html UCD.html
mv UnicodeData.html Unicode.html
mv UnicodeData.txt Unicode.txt
|