root/lang/perl/Encode-JP-Mobile/trunk/tools/BUILD

Revision 6289, 1.1 kB (checked in by tomi-ru, 10 months ago)

small fix for tools/

Line 
1# Build softbank-unicode2sjisauto.yaml
2./tools/softbank-scrape-autosjis.pl 103-111-HTML_2.0.0.txt > dat/softbank-unicode2sjis_auto.yaml
3
4# NOTE
5# You can use `rake' instead of all the following commands.
6
7# Build YAML files
8./tools/docomo-scrape.pl > dat/docomo-table.yaml
9./tools/softbank-scrape.pl > dat/softbank-table.yaml
10./tools/softbank-scrape-name.pl
11./tools/kddi-extract.pl typeD.pdf > dat/kddi-table.yaml
12
13# Update kddi/softbank yaml English names
14./tools/add-names-by-mapping.pl dat/kddi-table.yaml
15./tools/add-names-by-mapping.pl dat/softbank-table.yaml
16
17# Make dat/*-table.pl for Charnames.pm
18./tools/make-charnames-map.pl
19
20# Build convert-utf8-map.yaml
21./tools/convert-map-scrape.pl > dat/convert-map-utf8.yaml
22
23# .yaml to .pl
24./tools/yaml2perl.pl dat/docomo-table.pl dat/docomo-table.yaml
25./tools/yaml2perl.pl dat/kddi-table.pl dat/kddi-table.yaml
26./tools/yaml2perl.pl dat/softbank-table.pl dat/softbank-table.yaml
27./tools/yaml2perl.pl dat/convert-map-utf8.pl dat/convert-map-utf8.yaml
28
29# Make x-sjis-*.ucm
30./tools/make-sjis-ucm.pl
31
32# Make x-utf8-*.ucm
33./tools/make-utf8-ucm.pl
34
35# All set!
Note: See TracBrowser for help on using the browser.