From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25041 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Spacing problem (mixing Chinese with Latin characters) Date: Mon, 09 Jan 2006 19:58:29 +0100 Message-ID: <43C2B255.20807@wxs.nl> References: <43C2AE2A.1080009@net-b.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136833131 12964 80.91.229.2 (9 Jan 2006 18:58:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2006 18:58:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 09 19:58:43 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 1Ew2Dz-0001In-NY for gctc-ntg-context-518@m.gmane.org; Mon, 09 Jan 2006 19:58:35 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 459A7127BC; Mon, 9 Jan 2006 19:58:35 +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 02490-02; Mon, 9 Jan 2006 19:58:32 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EACF3127C9; Mon, 9 Jan 2006 19:58:31 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6057D127C9 for ; Mon, 9 Jan 2006 19:58:31 +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 02459-09 for ; Mon, 9 Jan 2006 19:58:30 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with SMTP id 5ED1F127BC for ; Mon, 9 Jan 2006 19:58:30 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 11007 for ; Mon, 09 Jan 2006 20:08:04 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43C2AE2A.1080009@net-b.de> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:25041 Archived-At: Tobias Burnus wrote: > Hello, > > if I type "[]" the output is "[]". (Example > attached.) > I addition I observed that ";" will have a line break like > ";" which looks quite ugly. > (The ";" and "[]" are half-width Characters, i.e. the normal Latin > characters and not those which are as wide as a Chinese character. > > Question: In the transliterization of Chinese the characters > \definecharacter acaron {\buildtextaccent\textcaron a} % U+01CE > \definecharacter icaron {\buildtextaccent\textcaron > \dotlessi} % Unicode U+01D0 > \definecharacter ocaron {\buildtextaccent\textcaron o} % U+01D2 > \definecharacter ucaron {\buildtextaccent\textcaron u} % U+01D4 ok, i added those to enco-def (those then also need to go into the lm complient fonts) > appear which are in the unicode block "Latin Extended B". Should/Could > they be added? > http://www.unicode.org/charts/PDF/U0180.pdf sure, just patch the right unic-*.tex vector and send me the file Hans