[NTG-context] Re: texutil malformed UTF-8 character error

2004-08-23 Thread Duncan Hothersall
Hans wrote: in cont-new (or cont-sys) you can say: \def\testbytesequence{} This 'test' was added in order to determine of tex runs in 8 bit mode. I wonder where the Malformed message comes from. Since when is perl utf-8 by default? (i run perl 5.8.0) I'm running 5.8.0 too (on Redhat). I have

Re: [NTG-context] Re: texutil malformed UTF-8 character error

2004-08-23 Thread Taco Hoekwater
Hi, On Mon, 23 Aug 2004 09:03:36 +0100, Duncan wrote: (i run perl 5.8.0) I'm running 5.8.0 too (on Redhat). I'd definately try to get away from 5.8.0 as soon as possible. There were quite a lot of (sometimes rather serious) bugs in 5.8.0, esp. in the multibyte handling, but also in other

Re: [NTG-context] Re: texutil malformed UTF-8 character error

2004-08-23 Thread Hans Hagen
Duncan Hothersall wrote: although the .tui file is full of entries as far as I can tell. Maybe something esle is wrong - still working on minimal file. \starttext \placelist[chapter][criterium=text] \placeindex[criterium=text] \chapter{test} \index{test} test \stoptext can you send me the tui

Re: [NTG-context] Re: texutil malformed UTF-8 character error

2004-08-23 Thread Duncan Hothersall
although the .tui file is full of entries as far as I can tell. Maybe something esle is wrong - still working on minimal file. \starttext \placelist[chapter][criterium=text] \placeindex[criterium=text] \chapter{test} \index{test} test \stoptext can you send me the tui file? Hans This works

[NTG-context] Re: texutil malformed UTF-8 character error

2004-08-23 Thread Duncan Hothersall
Taco said: On Mon, 23 Aug 2004 09:03:36 +0100, Duncan wrote: (i run perl 5.8.0) I'm running 5.8.0 too (on Redhat). I'd definately try to get away from 5.8.0 as soon as possible. There were quite a lot of (sometimes rather serious) bugs in 5.8.0, esp. in the multibyte handling, but also in other

Re: [NTG-context] Re: texutil malformed UTF-8 character error

2004-08-23 Thread Hans Hagen
Duncan Hothersall wrote: Right, interesting - have upgraded to Perl 5.8.5, and now, having removed the \def\testbytesequence{} from cont-new.tex, the error message malformed UTF-8 character has gone away! Quite possibly the RedHat 9 install of Perl 5.8.0 had some default of UTF-8 mode set

[NTG-context] Re: texutil malformed UTF-8 character error

2004-08-23 Thread Duncan Hothersall
Ach. I have fixed my second problem with missing register entries - I was using a header defined as a derivative of \chapter as the heading of my table of contents, rather than a derivative of \title which it should have been. Making that change fixed things. Oddly, the output from texutil is

[NTG-context] Re: texutil malformed UTF-8 character error

2004-08-22 Thread Duncan Hothersall
I wrote: Malformed UTF-8 character (unexpected end of string) at /usr/TeX/texmf/scripts/context/perl/texutil.pl line 1520, TUI line 3. etc. Forgot to say, the /tui file in question has this at line 3: c \thisisbytesequence{^^G^^[#} which certainly does look a bit funny. Duncan

Re: [NTG-context] Re: texutil malformed UTF-8 character error

2004-08-22 Thread Hans Hagen Outside
Duncan Hothersall wrote: I wrote: Malformed UTF-8 character (unexpected end of string) at /usr/TeX/texmf/scripts/context/perl/texutil.pl line 1520, TUI line 3. etc. Forgot to say, the /tui file in question has this at line 3: c \thisisbytesequence{^^G^^[#} which certainly does look a bit funny.