From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31809 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: unic-xxx.tex glyph lists: minor bugs, questions Date: Thu, 9 Nov 2006 17:56:43 +0100 Message-ID: <6faad9f00611090856j55b19436o69f8ef1d606c984f@mail.gmail.com> References: <454DF4D9.4020808@wxs.nl> <6faad9f00611090851wc33a00bg34347cf4fc12eb69@mail.gmail.com> 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 1163091458 26243 80.91.229.2 (9 Nov 2006 16:57:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Nov 2006 16:57:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 09 17:57:33 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 1GiDD6-0002pp-VW for gctc-ntg-context-518@m.gmane.org; Thu, 09 Nov 2006 17:57:08 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 430501FF16; Thu, 9 Nov 2006 17:57:04 +0100 (CET) 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 01436-01-10; Thu, 9 Nov 2006 17:56:57 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B76A41FF11; Thu, 9 Nov 2006 17:56:57 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 02E0D1FEF4 for ; Thu, 9 Nov 2006 17:56:55 +0100 (CET) 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 00623-03-9 for ; Thu, 9 Nov 2006 17:56:45 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by ronja.ntg.nl (Postfix) with SMTP id 7B6BE1FF11 for ; Thu, 9 Nov 2006 17:56:44 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id y38so909298nfb for ; Thu, 09 Nov 2006 08:56:43 -0800 (PST) Original-Received: by 10.82.142.9 with SMTP id p9mr165146bud.1163091403334; Thu, 09 Nov 2006 08:56:43 -0800 (PST) Original-Received: by 10.82.138.15 with HTTP; Thu, 9 Nov 2006 08:56:43 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <6faad9f00611090851wc33a00bg34347cf4fc12eb69@mail.gmail.com> Content-Disposition: inline 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:31809 Archived-At: > > > The best way out would be if I could enable ConTeXt's UTF-8 regime while > > > running XeTeX in \XeTeXinputencoding=bytes mode, but I haven't gotten > > > that to work yet. That would mean that you loose the whole range of glyphs & scripts outside of the scope which ConTeXt supports (you would land almost at the level of pdfTeX again). For most european users that might still be something reasonable, but I wouldn't go that way. > > maybe mojca has (little correction to what I wrote in my previous mail) If you were really looking for that part of code - simply replace \expandafter \endinput inside XETEX block in regi-utf.tex with \XeTeXinputencoding=bytes. Then \enableregime[utf-8] will mean that ConTeXt took control over utf instead of XeTeX. From what I understood on the wiki, it probably used to be that way at the beginning, but then Hans changed his mind and decided to ignore \enableregime[utf] completely when processing with XeTeX. Mojca