Skip to content

Commit 6cba8fd

Browse files
committed
Libuninameslist version 20211114
Has NamesList.txt 14.0, ListeDesNoms 14.0, and uninameslist.py ver0.2
1 parent e4b2fc9 commit 6cba8fd

File tree

9 files changed

+3320
-1701
lines changed

9 files changed

+3320
-1701
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Jeremy Tan <jtanx>
1212
David Corbett <dscorbett>
1313
genisysram <genisysram>
1414
orbea <orbea>
15+
Naohiro Aota gentoo.org
1516

1617
French Nameslist:
1718
Jacques André, France

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- 2021-Nov-14
2+
* Version 1.10, Unicode 14.0 and French version 1.5 now is at 14.0.
3+
* Gentoo Bug 781716 & Debian Bug 989173, -O0 patch by Naohiro Aota.
4+
15
- 2021-Sep-17
26
* Version 1.9, Unicode 14.0. French version 1.4 is at Unicode 13.1.
37
Unicode has changed cadence to release later for this year. This

Makefile.am

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ endif
4343
lib_LTLIBRARIES += libuninameslist.la
4444

4545
include_HEADERS = uninameslist.h
46+
libuninameslist_la_LIBADD =
47+
EXTRA_libuninameslist_la_DEPENDENCIES =
4648
man_MANS = libuninameslist.3
4749
noinst_HEADERS = nameslist-dll.h
4850
LIBADD =
@@ -52,6 +54,8 @@ include_HEADERS += uninameslist-fr.h
5254
libuninameslist_fr_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(FR_VERSION)
5355
libuninameslist_fr_la_SOURCES = nameslist-fr.c
5456
libuninameslist_fr_la.$(OBJEXT): uninameslist-fr.h nameslist-dll.h buildnameslist.h
57+
libuninameslist_la_LIBADD += -luninameslist-fr
58+
EXTRA_libuninameslist_la_DEPENDENCIES += libuninameslist-fr.la
5559
man_MANS += libuninameslist-fr.3
5660
LIBADD += -luninameslist-fr
5761
else
@@ -76,7 +80,7 @@ NamesList.txt:
7680
$(WGET) "http://www.unicode.org/Public/UNIDATA/NamesList.txt" -O NamesList.txt
7781

7882
ListeDesNoms.txt:
79-
$(WGET) "http://hapax.qc.ca/ListeNoms-13.0.0.txt" -O ListeDesNoms.txt
83+
$(WGET) "http://hapax.qc.ca/ListeNoms-14.0.0.txt" -O ListeDesNoms.txt
8084

8185
# test: run all tests in cwd and subdirs
8286
test: $(TEST_PROGS)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libuninameslist – A Library of Unicode names and annotation data
22
================================================================
3-
[![Build Status](https://travis-ci.org/fontforge/libuninameslist.svg?branch=master)](https://travis-ci.org/fontforge/libuninameslist) [![Build status](https://ci.appveyor.com/api/projects/status/qseac73evm9leu0g?svg=true)](https://ci.appveyor.com/project/fontforge/libuninameslist) [![Coverity Scan Build Status](https://scan.coverity.com/projects/793/badge.svg?flat=1)](https://scan.coverity.com/projects/793)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/qseac73evm9leu0g?svg=true)](https://ci.appveyor.com/project/fontforge/libuninameslist) [![Coverity Scan Build Status](https://scan.coverity.com/projects/793/badge.svg?flat=1)](https://scan.coverity.com/projects/793)
44

55
- [Description](#description)
66
- [Installation and Build Instructions](#installation-and-build-instructions)
@@ -12,7 +12,7 @@ libuninameslist – A Library of Unicode names and annotation data
1212
Description
1313
-----------
1414

15-
This library is updated for Nameslist.txt ver14.0_beta and ListeDesNoms.txt ver13.0
15+
This library is updated for Nameslist.txt ver14.0 and ListeDesNoms.txt ver14.0
1616
and includes python wrapper 'uninameslist.py'
1717

1818
For latest release, see: https://github.com/fontforge/libuninameslist/releases
@@ -30,7 +30,7 @@ quickly and easily.
3030
ListeDesNoms.txt
3131
Is a seperate file which is translated from Nameslist.txt and was outdated for
3232
a period of time but was recently updated by a group of developers who have
33-
updated it up to version 13. Contributors to that file are listed in that file.
33+
updated it up to version 14. Contributors to that file are listed in that file.
3434

3535
These libraries contain very large (sparse) arrays with one entry for each
3636
unicode code point (U+0000–U+10FFFF). Each entry contains two strings, a name

buildnameslist.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static int printcopyright2credits(FILE *out) {
6363
static int printcopyright2(FILE *out) {
6464
fprintf( out, "\n/*\n");
6565
fprintf( out, "; Standard Unicode %s ou\n", NFR_VERSION);
66-
fprintf( out, "; Norme internationale ISO/CEI 10646:2017\n;\n");
66+
fprintf( out, "; Norme internationale ISO/CEI 10646\n;\n");
6767
printcopyright2credits(out);
6868
fprintf( out, "*/\n\n");
6969
return( 1 );
@@ -166,7 +166,7 @@ static int ReadNamesList(void) {
166166
static char *nameslistfiles[] = { "NamesList.txt", "ListeDesNoms.txt", NULL };
167167
static char *nameslistlocs[] = {
168168
"http://www.unicode.org/Public/UNIDATA/NamesList.txt",
169-
"http://hapax.qc.ca/ListeNoms-13.0.0.txt (latin base char set)"
169+
"http://hapax.qc.ca/ListeNoms-14.0.0.txt (latin base char set)"
170170
};
171171

172172
buffer[sizeof(buffer)-1]=0;

configure.ac

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ AC_PREREQ([2.64])
44
#-------------------------------------------
55
# PackageTimestamp, major version, minor version, and Nameslist.txt version
66
# Libraries have a "package" version of the form major.minor.micro.
7-
m4_define([uninameslist_package_stamp], [20210917]) dnl yyyymmdd
7+
m4_define([uninameslist_package_stamp], [20211114]) dnl yyyymmdd
88
m4_define([uninameslist_major_version], [14]) dnl Nameslist.txt
99
m4_define([uninameslist_minor_version], [0])
1010
m4_define([uninameslist_nameslist_ver], [uninameslist_major_version.uninameslist_minor_version])
1111
# Libraries have a "libtool" version of the form current:revision:age.
1212
m4_define([uninameslist_current], [1])
13-
m4_define([uninameslist_revision],[9])
13+
m4_define([uninameslist_revision],[10])
1414
m4_define([uninameslist_age], [0])
1515
m4_define([uninameslist_libver],
1616
[uninameslist_current:uninameslist_revision:uninameslist_age])
1717

1818
# These values below are kept for backwards compatibility with older programs
1919
# that are using the French namesList. This increments with ListeDesNoms.txt.
20-
m4_define([fr_major_version], [13]) dnl latest ListeDesNoms.txt = ver13.0
21-
m4_define([fr_minor_version], [1])
20+
m4_define([fr_major_version], [14]) dnl latest ListeDesNoms.txt = ver14.0
21+
m4_define([fr_minor_version], [0])
2222
m4_define([uninameslist_fr_nameslist_ver], [fr_major_version.fr_minor_version])
2323
m4_define([uninameslist_fr_current], [1])
24-
m4_define([uninameslist_fr_revision],[4])
24+
m4_define([uninameslist_fr_revision],[5])
2525
m4_define([uninameslist_fr_age], [0])
2626
m4_define([uninameslist_fr_libver],
2727
[uninameslist_fr_current:uninameslist_fr_revision:uninameslist_fr_age])

0 commit comments

Comments
 (0)