fltk/src/xutf8/utils
Greg Ercolano 6cbde8909b xutf8 files code conformance:
o C files containing C++ "//" comments -> C style "/* */" comments
    o Converted unintended doxygen style comments to regular C comments
    o FLTK brace/indent coding standard conformance
    o Tested linux + sgi
    o Avoided mods to xutf8/lcUniConv [libiconv/FSF code]
      to avoid unwanted diffs with future updates of that lib
      as per Fabien's fltk.dev request 03/14/09.
      (Those files already compliant anyway)



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6698 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2009-03-18 04:47:01 +00:00
..
case.sh
conv_gen.c xutf8 files code conformance: 2009-03-18 04:47:01 +00:00
convert_map.c xutf8 files code conformance: 2009-03-18 04:47:01 +00:00
create_table.c xutf8 files code conformance: 2009-03-18 04:47:01 +00:00
euc_tw.c xutf8 files code conformance: 2009-03-18 04:47:01 +00:00
INSTALL
Makefile
non_spacing.sh
README
tbl_gen.sh

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.