@@ -14,52 +14,3 @@ gcc -s -I../inc -o makebuildtables makebuildtables.c
1414./makebuildtables
1515rm *.txt
1616mv utype.h ../inc/
17- mv gdrawbuildchars.c ../gdraw/
18-
19- UPDATING FONTFORGE'S ROUTINES FOR RE-ENCODING
20-
21- There is a little program dump.c to update reencoding tables. It needs some
22- external files to work. Here is my best attempt to find these files. You will
23- notice that some files are still lacking. I couldn't find them.
24-
25- Thanks to Jose Da Silva for asking, what's it for. To make use of this, run:
26-
27-
28- NOTE: Some of this is currently done by charset/generate.sh
29- TODO: See what got lost with new method, compare outputs
30-
31- cd Unicode
32- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-1.TXT
33- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-2.TXT
34- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-3.TXT
35- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-4.TXT
36- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-5.TXT
37- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-6.TXT
38- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-7.TXT
39- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-8.TXT
40- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-9.TXT
41- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-10.TXT
42- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-11.TXT
43- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-13.TXT
44- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-14.TXT
45- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-15.TXT
46- wget http://unicode.org/Public/MAPPINGS/ISO8859/8859-16.TXT
47- wget http://unicode.org/Public/MAPPINGS/VENDORS/MISC/KOI8-R.TXT
48- wget http://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/JIS0201.TXT
49- wget http://unicode.org/Public/MAPPINGS/VENDORS/ADOBE/zdingbat.txt
50- wget http://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/JIS0212.TXT
51- wget http://unicode.org/Public/MAPPINGS/VENDORS/APPLE/ROMAN.TXT
52- wget http://unicode.org/Public/MAPPINGS/VENDORS/APPLE/SYMBOL.TXT
53- wget http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1252.TXT
54- wget http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT
55- wget http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/MAC/CYRILLIC.TXT
56- mv CYRILLIC.TXT MacCYRILLIC.TXT
57-
58- gcc -s -I../inc -o dump dump.c
59- ./dump
60- rm *.txt *.TXT
61-
62- NOTE: Some standards listed above may be obsolete, check for updates by reading
63- ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf
64- ftp://ftp.ora.com/pub/examples/nutshell/ujip/00README
65-
0 commit comments