search for: charsetmap

Displaying 4 results from an estimated 4 matches for "charsetmap".

Did you mean: charset_map
2016 Jan 30
2
questions about utf8 library
1) Both src/share/Makefile.am and src/share/utf8/Makefile.am have iconvert.h inside EXTRA_DIST, although iconvert.c includes it. Why? 2) What's the purpose of charsetmap.h? It seems that it's not used anywhere.
2016 Jan 31
2
questions about utf8 library
...t; > EXTRA_DIST is for files that are not listed elsewhere in the Makefile.am > but which need to end up in the distribution tarball. So should it be moved from EXTRA_DIST into utf8_libutf8_la_SOURCES/libutf8_la_SOURCES where iconvert.c is mentioned? >> 2) What's the purpose of charsetmap.h? It seems that it's not used >> anywhere. > > It was added in 2002, but like you said is not used anywhere. > > I'll remove it. BTW, it's still referenced in EXTRA_DIST list in the above-mentioned two files.
2016 Jan 31
0
questions about utf8 library
lvqcl wrote: > So should it be moved from EXTRA_DIST into utf8_libutf8_la_SOURCES/libutf8_la_SOURCES > where iconvert.c is mentioned? Yes, it should. Fixed. > >> 2) What's the purpose of charsetmap.h? It seems that it's not used > >> anywhere. > > > > It was added in 2002, but like you said is not used anywhere. > > > > I'll remove it. > > BTW, it's still referenced in EXTRA_DIST list in the above-mentioned two files. Also fixed. Thanks. E...
2001 Sep 30
3
UTF-8 stuff
...s-tools/share/Makefile.am Sun Sep 30 20:31:57 2001 @@ -6,12 +6,11 @@ noinst_LIBRARIES = libutf8.a libgetopt.a -libutf8_a_SOURCES = utf8.c -MAP_FILES = 8859-1.map 8859-2.map +libutf8_a_SOURCES = charset.c iconvert.c utf8.c libgetopt_a_SOURCES = getopt.c getopt1.c -EXTRA_DIST = $(MAP_FILES) charsetmap.h make_code_map.pl +EXTRA_DIST = charmaps.h makemap.c charset_test.c debug: $(MAKE) all CFLAGS="@DEBUG@" diff -ru xiph.orig/vorbis-tools/share/utf8.c xiph/vorbis-tools/share/utf8.c --- xiph.orig/vorbis-tools/share/utf8.c Wed Sep 26 20:28:05 2001 +++ xiph/vorbis-tools/share/utf...