Re: gunicode.h
- From: Owen Taylor <otaylor redhat com>
- To: Dan Winship <danw helixcode com>
- Cc: gtk-devel-list redhat com
- Subject: Re: gunicode.h
- Date: 12 Jun 2000 16:56:07 -0400
Dan Winship <danw@helixcode.com> writes:
> > gint g_unichar_isalnum (gunichar c);
>
> Shouldn't these be gboolean?
Yes, thanks.
> You should wrap the unicode_iconv routines too, for OSes that don't
> have them.
It was decided that we would require an iconv, rather than including
one. If your system doesn't have one, or doesn't have a good enough
one, we'll recommend libiconv.
The world does not need another set of charset conversion tables.
So, we won't wrap iconv itself (or at most with a simple #define g_iconv iconv),
though, as I mentioned in my last mail, I do want an easy-to-use
wrapper, since iconv is very much not easy to use.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]