From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31401 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: bug in beta: extra \else Date: Wed, 18 Oct 2006 13:02:50 +0200 Message-ID: <453609DA.5000901@seznam.cz> References: <452C1937.1050208@seznam.cz> <452CA17A.2030707@wxs.nl> <452CCA7D.4050309@seznam.cz> <452D48B7.9050704@wxs.nl> <45300908.9050400@seznam.cz> <20061014173511.089d6d95.schuster.wolfgang@googlemail.com> <45312554.4080505@wxs.nl> <4532AF5B.2090007@seznam.cz> <4533BD7B.3050201@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161171910 3605 80.91.229.2 (18 Oct 2006 11:45:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Oct 2006 11:45:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 18 13:45:05 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ga9r2-000221-T9 for gctc-ntg-context-518@m.gmane.org; Wed, 18 Oct 2006 13:45:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CF6481FE30; Wed, 18 Oct 2006 13:44:59 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24193-01-2; Wed, 18 Oct 2006 13:44:52 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C78811FE2C; Wed, 18 Oct 2006 13:44:51 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5A07C1FE30 for ; Wed, 18 Oct 2006 13:44:48 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24193-01 for ; Wed, 18 Oct 2006 13:44:44 +0200 (CEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id C1A711FA59 for ; Wed, 18 Oct 2006 13:02:35 +0200 (CEST) Original-Received: (qmail 7679 invoked from network); 18 Oct 2006 11:02:35 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (typokvitek@seznam.cz@82.208.57.182) by tic.go.seznam.cz with ESMTPA; 18 Oct 2006 11:02:35 -0000 X-Seznam-User: typokvitek@seznam.cz User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: mailing list for ConTeXt users In-Reply-To: <4533BD7B.3050201@wxs.nl> X-Antivirus: avast! (VPS 0641-4, 13.10.2006), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31401 Archived-At: Hans Hagen wrote: > Aditya Mahajan wrote: >> On Mon, 16 Oct 2006, Aditya Mahajan wrote: >> >>> On Sun, 15 Oct 2006, Vit Zyka wrote: >>>> Great, thank you Hans! >>>> >>>> Let us process to teh next two problems also visible in the test file. >>>> >>>> 1. [snip] >>>> 2. Accented characters inside \typebuffer are type set as >>>> \dochar {225} >>> This seems to be a bug. In utf-8 encoding, if an accented character is >>> the first character of a buffer, it gets typed correctly. All other >>> accented charaters come out as \dochar {225}. \getbuffer works fine. >> I forgot to attach the test file. I am attaching it, hoping that the >> encoding will come out correctly. >> >>> Can TeX choose the input encoding while writing files? If not, there >>> may be really no robust way to solve this problem. >>> >>> Aditya > > in core-buf we need to treat the upper half of the vector: > > \recatcodeuppercharacterstrue % <--- > \setcatcodetable\vrbcatcodes > > in startbuffer It also works well. Thank you Vit