From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5241 Path: main.gmane.org!not-for-mail From: Joop Susan Newsgroups: gmane.comp.tex.context Subject: Encoding patch... Date: Wed, 08 Aug 2001 17:04:06 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20010808150406.5506.qmail@crux.private.off-line> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035395843 32419 80.91.224.250 (23 Oct 2002 17:57:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:57:23 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:5241 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5241 Hello, I found two small bugs in the latest ConTeXt beta (same as in the one before). If I use 8-bit characters for input and use a c-cedilla ConTeXt encounters an error. The files regi-win.tex and regi-il1.tex have a reference to a 'cdedille' which should be (IMHO) 'ccedilla'. I'm using Linux with pdfeTeX, Version 3.14159-14h-released-20010417-2.1 (Web2C 7.3.3.1) and ConTeXt ver: 2001.8.6 fmt: 2001.8.8 int: english mes: english. --- regi-win.tex.orig Mon Mar 12 01:31:46 2001 +++ regi-win.tex Wed Aug 8 16:37:13 2001 @@ -84,7 +84,7 @@ \defineactivetoken 228 {\adiaeresis} \defineactivetoken 229 {\aring} \defineactivetoken 230 {\aeligature} -\defineactivetoken 231 {\cdedille} +\defineactivetoken 231 {\ccedilla} \defineactivetoken 232 {\egrave} \defineactivetoken 233 {\eacute} \defineactivetoken 234 {\ecircumflex} --- regi-il1.tex.orig Tue Jun 26 15:00:48 2001 +++ regi-il1.tex Wed Aug 8 16:37:26 2001 @@ -181,7 +181,7 @@ \defineactivetoken 228 {\adiaeresis} \defineactivetoken 229 {\aring} \defineactivetoken 230 {\aeligature} -\defineactivetoken 231 {\cdedille} +\defineactivetoken 231 {\ccedilla} \defineactivetoken 232 {\egrave} \defineactivetoken 233 {\eacute} \defineactivetoken 234 {\ecircumflex} It works for me ;-) Best regards, Joop