Displaying 5 results from an estimated 5 matches for "charset_test".
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...===============================================
--- oggdec/oggdec.c (revision 11702)
+++ oggdec/oggdec.c (working copy)
@@ -7,6 +7,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdlib.h>
#include <stdio.h>
#include <getopt.h>
Index: share/charset_test.c
===================================================================
--- share/charset_test.c (revision 11702)
+++ share/charset_test.c (working copy)
@@ -16,6 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config....
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...===============================================
--- oggdec/oggdec.c (revision 11702)
+++ oggdec/oggdec.c (working copy)
@@ -7,6 +7,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdlib.h>
#include <stdio.h>
#include <getopt.h>
Index: share/charset_test.c
===================================================================
--- share/charset_test.c (revision 11702)
+++ share/charset_test.c (working copy)
@@ -16,6 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config....
2001 Oct 18
1
bug fixes in vorbis-tools/share
...atch to fix some bugs in my code, plus a header file I
probably forget to send in before.
* Missing header file charset.h. It's not needed outside
vorbis-tools/share, so I think it can live there.
* There was a minor bug in the UTF-8 decoder utf8_mbtowc().
* I've added some more tests in charset_test.c in an attempt to
convince myself that there aren't any more bugs.
* I've got rid of min from struct charset because the minimum is
always 1 in practice.
Edmund
<HR NOSHADE>
<UL>
<LI>text/plain attachment: diff
</UL>
-------------- next part --------------
A non...
2001 Sep 30
3
UTF-8 stuff
...8() instead of utf8_{en|de}code().
Makefile.am: Different set of source files.
New files:
charset.c, charset.h: My functions for converting between encodings,
with header file.
charmaps.h: Mapping tables included by charset.c.
makemap.c: A program for generating a mapping table using iconv().
charset_test.c: A test suite for charset.c. Just compile it and link
it with charset.o.
iconvert.c: A function for converting a string using iconv().
Old files:
8859-1.map, 8859-2.map, make_code_map.pl: These are no longer used and
can be removed.
Things to do:
Maybe modify acinclude.m4 to check that iconv...
2012 Dec 04
0
[PATCH] Update FSF address.
...etopt1.c | 4 +-
src/share/grabbag/picture.c | 6 +--
.../replaygain_analysis/replaygain_analysis.c | 2 +-
src/share/utf8/charset.c | 6 +--
src/share/utf8/charset.h | 6 +--
src/share/utf8/charset_test.c | 6 +--
src/share/utf8/iconvert.c | 6 +--
src/share/utf8/iconvert.h | 6 +--
src/share/utf8/makemap.c | 6 +--
src/share/utf8/utf8.c | 6 +--
src/test_grabbag/Makef...