bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Pb compiling latest code


From: Christian Anthon
Subject: Re: [Bug-gnubg] Pb compiling latest code
Date: Thu, 29 Jun 2006 22:01:46 +0200

On 6/29/06, Øystein O. Johansen <address@hidden> wrote:
> Likely the code can be cleaned up a bit now that
> we use UTF8 everywhere.

Yes,

Glib has it's own converting routines as well.
http://developer.gnome.org/doc/API/2.0/glib/glib-Character-Set-Conversion.html
http://developer.gnome.org/doc/API/2.0/glib/glib-Unicode-Manipulation.html

These routines should replace our Convert function.


Right now configure doesn't test for iconv, so Convert just returns
the unaltered string. Hopefully we don't need glib for that ;)

(In the config.h I use on windows HAVE_ICONV is undefined as well, but
perhaps that's my mistake?)

Christian.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]