From: Paul Hardy Date: Wed, 5 Feb 2014 06:50:44 +0000 (+0000) Subject: unifont-6.3.20140204.tar.gz X-Git-Url: http://git.shiar.nl/unifont.git/commitdiff_plain/404d6c3d64725519709f0db5a46bb9a183a38f49 unifont-6.3.20140204.tar.gz * Makefiles: - Updated date for new release. - Added Qianqian Fang's name to COPYRIGHT strings, for his glyph contributions in "font/plane00/wqy.hex". * hangul/hangul-generation.html: removed references to three footer "" links that pointed to external websites. Those external icons were saved locally when the original web page http://unifoundry.com/hangul/hangul-generation.html was saved in the "hangul/" directory. That web page is the most comprehensive documentation of the effort to create the Hangul Syllables block from scratch. * hangul/hangul-generation_files: removed three external icon files ("valid-html401.png", "vccs.gif", and "w3c_ab.gif") that were saved locally when http://unifoundry.com/hangul/hangul-generation.html was saved. * src/unibmp2hex.c: increased size of "wide" array to be 0x200000, to cover the entire range of Unicode. --- diff --git a/ChangeLog b/ChangeLog index 98f12b5..eb04ee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2014-02-04 Paul Hardy + + * Makefiles: + - Updated date for new release. + - Added Qianqian Fang's name to COPYRIGHT strings, for his glyph + contributions in "font/plane00/wqy.hex". + * hangul/hangul-generation.html: removed references to three footer + "" links that pointed to external websites. Those external + icons were saved locally when the original web page + http://unifoundry.com/hangul/hangul-generation.html was saved in + the "hangul/" directory. That web page is the most comprehensive + documentation of the effort to create the Hangul Syllables block + from scratch. + * hangul/hangul-generation_files: removed three external icon files + ("valid-html401.png", "vccs.gif", and "w3c_ab.gif") that were saved + locally when http://unifoundry.com/hangul/hangul-generation.html + was saved. + * src/unibmp2hex.c: increased side of "wide" array to be 0x200000, + to cover the entire range of Unicode. + 2014-02-02 Paul Hardy * Makefiles: updated date for new release. diff --git a/Makefile b/Makefile index fa2114f..3240c2b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ SHELL = /bin/sh INSTALL = install PACKAGE = "unifont" -DATE = 20140202 +DATE = 20140204 MAJORVERSION = 6.3 VERSION = $(MAJORVERSION).$(DATE) diff --git a/NEWS b/NEWS index fa6c1c5..cb19cfc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +2014-02-04: Release 6.3.20140204 + + This version added Qianqian Fang's name to the COPYRIGHT string now + passed to Fontforge when the TTF fonts are built, for his contributions + contained in the file "font/plane00/wqy.hex". + + This version also removes "" links to icons on external websites from + the "hangul/hangul-generation.html" web page, which were retrieved and + stored locally when the original web page was saved in the "hangul/" + directory. + 2014-02-02: Release 6.3.20140202 This version is the first designed to easily build multiple fonts. diff --git a/font/Makefile b/font/Makefile index 48ee649..e57a57d 100644 --- a/font/Makefile +++ b/font/Makefile @@ -18,10 +18,11 @@ FONTFORGE = fontforge # assembly date of this version # MAJORVERSION = 6.3 -DATE = 20140202 +DATE = 20140204 VERSION = $(MAJORVERSION).$(DATE) -COPYRIGHT = "Copyright (C) 2014 Roman Czyborra, Paul Hardy, Andrew Miller, et al. \ +COPYRIGHT = "Copyright (C) 2014 Roman Czyborra, Paul Hardy, Qianqian Fang, \ +Andrew Miller, et al. \ Licensed under the GNU General Public License; either version 2, or \ (at your option) a later version, with the GNU Font Embedding Exception." diff --git a/font/ttfsrc/Makefile b/font/ttfsrc/Makefile index 5a932ee..7262605 100644 --- a/font/ttfsrc/Makefile +++ b/font/ttfsrc/Makefile @@ -23,11 +23,12 @@ COMBINING="combining" # Could also use bash string replacement if you know you're using bash. # -COPYRIGHT = "Copyright (C) 2014 Roman Czyborra, Paul Hardy, Andrew Miller, et al. \ +COPYRIGHT = "Copyright (C) 2014 Roman Czyborra, Paul Hardy, Qianqian Fang, \ +Andrew Miller, et al. \ Licensed under the GNU General Public License; either version 2, or \ (at your option) a later version, with the GNU Font Embedding Exception." -VERSION = 6.3.20140202 +VERSION = 6.3.20140204 # # How to build unifont.ttf from GNU Unifont's unifont.hex diff --git a/hangul/Makefile b/hangul/Makefile index f8338e9..b7d61fa 100644 --- a/hangul/Makefile +++ b/hangul/Makefile @@ -7,7 +7,7 @@ BINDIR = ../bin # assembly date of this version # MAJORVERSION = 6.3 -DATE = 20140202 +DATE = 20140204 VERSION = $(MAJORVERSION).$(DATE) COPYRIGHT = "Copyright (C) 2013 Paul Hardy. \ diff --git a/hangul/hangul-generation.html b/hangul/hangul-generation.html index fefb567..239447a 100644 --- a/hangul/hangul-generation.html +++ b/hangul/hangul-generation.html @@ -1047,13 +1047,6 @@ - - Valid HTML 4.01 Transitional - - Valid CSS! - - Best Viewed with Any Browser - - \ No newline at end of file + diff --git a/hangul/hangul-generation_files/valid-html401.png b/hangul/hangul-generation_files/valid-html401.png deleted file mode 100644 index c010842..0000000 Binary files a/hangul/hangul-generation_files/valid-html401.png and /dev/null differ diff --git a/hangul/hangul-generation_files/vcss.gif b/hangul/hangul-generation_files/vcss.gif deleted file mode 100644 index 020c75a..0000000 Binary files a/hangul/hangul-generation_files/vcss.gif and /dev/null differ diff --git a/hangul/hangul-generation_files/w3c_ab.gif b/hangul/hangul-generation_files/w3c_ab.gif deleted file mode 100644 index 63c474b..0000000 Binary files a/hangul/hangul-generation_files/w3c_ab.gif and /dev/null differ diff --git a/src/unibmp2hex.c b/src/unibmp2hex.c index 1e15c19..3575170 100644 --- a/src/unibmp2hex.c +++ b/src/unibmp2hex.c @@ -61,7 +61,7 @@ main (int argc, char *argv[]) int tmpsum; /* temporary sum to see if a character is blank */ unsigned char bitmap[17*32][18*32/8]; /* final bitmap */ - char wide[65536]={65536 * 0}; /* 1 = force double width code point */ + char wide[0x200000]={0x200000 * 0}; /* 1 = force double width code point */ char *infile="", *outfile=""; /* names of input and output files */ FILE *infp, *outfp; /* file pointers of input and output files */