K 10 svn:author V 5 edwin K 8 svn:date V 27 2009-09-18T08:02:56.811871Z K 7 svn:log V 674 # # All targets for TARGET_CHARACTERMAP # # .unicode -> utf-8.src -> utf-8.out # \__ iso8859-1.src -> iso8859-1.out # <----1---><--2---><------3--------><----4-----> # # 1. The files .unicode are stored in the SCM and are the source # for the whole further system # 2. The Perl script converts the .unicode files and the Unicode # CLDR database into UTF-8 code # 3. The UTF-8 gets converted by libiconv or bsdiconv in the specific # charactermap. # 4. Get rid of the comments. # # As long as there is no bsdiconv, the files with the extension # .unicode and .src must be stored in the SCM and will not be # generated as part of the build process. # END