Hi, The following program causes a segfault in the unistring that is current in Debian sid:
#include <unistr.h>
#include <stdio.h>
int main (int argc, char *argv[])
{
int floral_leaf = 0x2767;
printf ("floral leaf: %s\n", u32_to_u8 (&floral_leaf, 1, 0, 0));
return 0;
}
Regards,
Andy
--
http://wingolog.org/
