[PATCH / request for votes] CHANGES: BUG: 2815: Display UTF-8 characters again

2018-05-09 Thread Bart Van Assche
Before commit 7f05daa8e0e0 sprint_realloc_octet_string() used memcpy() for ASCII strings. That caused the output to be truncated if a '\0' was embedded in an octet string. Commit 7f05daa8e0e0 fixed that issue but broke UTF-8 support. Restore UTF-8 support by only using sprint_realloc_asciistring()

Re: [PATCH for master / request for votes] configure.ac: Fix recently introduced autoreconf warnings

2018-05-09 Thread Robert Story
On Mon, 7 May 2018 22:08:15 +0200 Niels wrote: NBVNSC> Den 07-05-2018 kl. 06:13 skrev Bart Van Assche: NBVNSC> > A recent patch introduced an invocation of NBVNSC> > AC_CHECK_HEADER before AC_AIX. However, AC_AIX must be NBVNSC> > invoked before AC_CHECK_HEADER. Hence move AC_AIX from NBVNSC> > con