Skip to content

Commit df1f76b

Browse files
committed
Complete the removal of charsets in favour of iconv
1 parent 848cf3d commit df1f76b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+201
-52956
lines changed

Unicode/CMakeLists.txt

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,6 @@ add_library(gunicode OBJECT
1111
unialt.c
1212
ustring.c
1313
utype.c
14-
15-
charset/alphabet.c
16-
charset/big5.c
17-
charset/big5hkscs.c
18-
charset/gb2312.c
19-
charset/iso_8859_10.c
20-
charset/iso_8859_11.c
21-
charset/iso_8859_13.c
22-
charset/iso_8859_14.c
23-
charset/iso_8859_15.c
24-
charset/iso_8859_16.c
25-
charset/iso_8859_1.c
26-
charset/iso_8859_2.c
27-
charset/iso_8859_3.c
28-
charset/iso_8859_4.c
29-
charset/iso_8859_5.c
30-
charset/iso_8859_6.c
31-
charset/iso_8859_7.c
32-
charset/iso_8859_8.c
33-
charset/iso_8859_9.c
34-
charset/jis201.c
35-
charset/jis.c
36-
charset/johab.c
37-
charset/koi8_r.c
38-
charset/ksc5601.c
39-
charset/mac.c
40-
charset/MacSymbol.c
41-
charset/win.c
42-
charset/ZapfDingbats.c
4314
)
4415

4516
if(BUILD_SHARED_LIBS)

Unicode/README.TXT

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -14,52 +14,3 @@ gcc -s -I../inc -o makebuildtables makebuildtables.c
1414
./makebuildtables
1515
rm *.txt
1616
mv 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-

Unicode/charset/MacSymbol.c

Lines changed: 0 additions & 553 deletions
This file was deleted.

Unicode/charset/ZapfDingbats.c

Lines changed: 0 additions & 229 deletions
This file was deleted.

Unicode/charset/alphabet.c

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)