Re: [NTG-context] UTF8 / TeXUtils parsing error

2011-07-15 Thread Mojca Miklavec
On Fri, Jul 15, 2011 at 02:50, Brian Wedde wrote: The culprit is \enableregime[utf]. It works fine with TeXLive2010 on Linux, but not on a ConTeXt Minimals (stable) installation on FreeBSD. I'm assuming I haven't installed something correctly. \contextversion outputs 2010.07.30 11:35 Try

Re: [NTG-context] UTF8 / TeXUtils parsing error

2011-07-15 Thread Hans Hagen
On 15-7-2011 3:01, luigi scarso wrote: When compiling, TeXUtils has a heart attack: . . . TeXUtil | parsing filefilename.tui TeXUtil | fatal error in plugin (processing): invalid multibyte escape This causes cumulative errors on each iteration with repeating indices. at some point ruby

Re: [NTG-context] UTF8 / TeXUtils parsing error

2011-07-15 Thread Brian Wedde
I updated Ruby to the latest and greatest beta but have the same results: TeXUtils does not function correctly when processing .tui files, likely due to character encoding issues in Ruby. I'm running Ruby 1.9.2 and this seems to be the problem. 1.8.7 was working fine on other machines. There

Re: [NTG-context] UTF8 / TeXUtils parsing error

2011-07-15 Thread luigi scarso
On Fri, Jul 15, 2011 at 8:34 PM, Brian Wedde wbr...@onlineed.com wrote: I updated Ruby to the latest and greatest beta but have the same results: TeXUtils does not function correctly when processing .tui files, likely due to character encoding issues in Ruby. I'm running Ruby 1.9.2 and this

[NTG-context] UTF8 / TeXUtils parsing error

2011-07-14 Thread Brian Wedde
Minimal example: \enableregime[utf] \defineregister[Index][Indeces] \starttext \Index{x}x. \pagebreak \placeIndex \stoptext When compiling, TeXUtils has a heart attack: . . . TeXUtil | parsing file filename.tui TeXUtil | fatal error in plugin (processing): invalid multibyte

Re: [NTG-context] UTF8 / TeXUtils parsing error

2011-07-14 Thread luigi scarso
On Fri, Jul 15, 2011 at 2:50 AM, Brian Wedde wbr...@onlineed.com wrote: Minimal example: \enableregime[utf] \defineregister[Index][Indeces] \starttext \Index{x}x. \pagebreak \placeIndex \stoptext When compiling, TeXUtils has a heart attack: . . . TeXUtil | parsing file filename.tui