git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6212 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
tbl_gen.sh :
|
|
shell script that convert unicode.org mappings tables to c headers.
|
|
Also creates unicode2fontmap.c.
|
|
|
|
conv_gen.c:
|
|
create unicode2fontmap.c functions.
|
|
|
|
convert_map.c:
|
|
convert diffrent unicode.org mappings to a unique format.
|
|
|
|
create_table.c:
|
|
convert text files created by convert_map.c to to c tables.
|
|
|
|
|