Displaying 1 result from an estimated 1 matches for "chuguev".
Did you mean:
chugges
2002 Feb 08
1
RC3: oggenc & iconv
I'm currently trying to figure out why RC3 oggenc with iconv support
will
- work, but enter replacement characters into tags instead of
converting to UTF-8;
- dump core; or
- catch an assert();
depending on the locale settings. (On FreeBSD, with Chuguev iconv.)
I think I'm getting a handle on the assert(). It's this one:
assertion "(!k && !ibl) || (k == (size_t)(-1) && errno == E2BIG && ibl &&
obl < 6) || (k == (size_t)(-1) && (errno == EILSEQ || errno == EINVAL) &&
ibl)" fail...