From mint-bounce@lists.fishpool.fi  Wed Jan 20 15:18:55 2010
Cc: <mint@lists.fishpool.fi>
From: Peter Slegg <p.slegg@scubadivers.co.uk>
Subject: Re: [MiNT] wide characters
Reply-To: Peter Slegg <p.slegg@scubadivers.co.uk>
X-Mailer: MyMAIL Rev:1.91.13668 (Atari/(STiK/STinG/GlueSTiK))
X-Hardware: Atari Milan
MIME-Version: 1.0
Date: Mon, 20 Jan 2010 20:16:38 +0200 (GMT)
Content-Type: text/plain; charset="iso-8859-1"
X-Priority: 3
X-MSMail-Priority: Normal
Message-Id: <0010efd4.01b496d61d26@smtp.freeola.net>
References: <1263950578.14483.13.camel@server.demon.co.uk>
In-Reply-To: 1263950578.14483.13.camel@server.demon.co.uk
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: p.slegg@scubadivers.co.uk
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o0KKIsCL025786

On Wed, 20 Jan 2010 01:22:58 , Alan Hourihane <alanh@fairlite.co.uk> wrote:
>
> On Tue, 2010-01-19 at 15:02 +0000, p.slegg@scubadivers.co.uk wrote:
> > >---- Original Message ----
> > >#include <utf8/wctype.h>
> > >
> > >Thanks for the pointer on this library. We should really integrate this
> > >into mintlib.
> > >
> > >Alan.
> >
> > Am I the only one trying to use wctype ?
>
> Probably, as most GNU packages provide a workaround.
>
> > Will integration into mintlib help ?
>
> Not directly, there shouldn't be anything preventing you from operating
> on this now with what you have.
>
> Alan.
 
I thought I had it for a moment.

Without adding utf8 stuff to the makefile and with this in
the form.c:

#include <utf8/wctype.h>

It compiled and then failed on the link:

obj.040/Form.o: In function `input_keybrd':
/usr/src/highwire/Form.c:1806: undefined reference to `utf8_iswalnum'

Adding utf8 to the makefile:
INCLUDE = -I/usr/GEM/include  -I/usr/include/utf8

produced the same result.

Peter


