From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/58339 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Problem with \doifelse testing of UTF-8 chars Date: Thu, 22 Apr 2010 23:28:07 +0200 Message-ID: <4BD0BF67.6070903@wxs.nl> References: <4BD09BFF.3070208@gyza.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1271971733 27160 80.91.229.12 (22 Apr 2010 21:28:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 21:28:53 +0000 (UTC) To: hajtmar@gyza.cz, mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 22 23:28:51 2010 connect(): No such file or directory Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O53x4-0003hK-Qg for gctc-ntg-context-518@m.gmane.org; Thu, 22 Apr 2010 23:28:50 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E18A5C9D95; Thu, 22 Apr 2010 23:28:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LsY7oRLtz6KK; Thu, 22 Apr 2010 23:28:38 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0920EC9D8F; Thu, 22 Apr 2010 23:28:38 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8DB9AC9D8A for ; Thu, 22 Apr 2010 23:28:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8MGmeSEaOUlH for ; Thu, 22 Apr 2010 23:28:22 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (sc-162.r-213-125-29.schoolconnect.nu [213.125.29.162]) by balder.ntg.nl (Postfix) with ESMTP id C114AC9D8F for ; Thu, 22 Apr 2010 23:28:21 +0200 (CEST) X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-9 (SurgeMail 4.3e) with ESMTP id 801-1713362 for multiple; Thu, 22 Apr 2010 23:28:12 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 In-Reply-To: <4BD09BFF.3070208@gyza.cz> X-Authenticated-User: hagen@controller-9 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:58339 Archived-At: On 22-4-2010 8:57, Jaroslav Hajtmar wrote: > Hello, > I have problem with testing of strings through \doifelse. > > I am loading data from external CSV file. CSV file is UTF-8 encoding. > Data from external file I am reading to ConTeXt macro and I want compare > content of macro (it is one utf-8 character) and other character as per > example: > > (\onecharfromcsvfile contains one character from external CSV file) > > % I compare e.g. "m" character and content of macro \onecharfromcsvfile > \def\result{\doifelse{m}{\onecharfromcsvfile}{true}{false} } > > \result is however always false > > When CSV file is CP-1250 encoding then macro does work right as well as > classical TeX macro: > > \def\result{\if m\onecharfromcsvfile true\else false \fi} > > My question is: > Just how modify macro as to work right when CSV file is UTF-8 encoding. tricky as utf in mkii is using active chars ... it all depends a bit to what the character expands; depending on the macro one can also use \convertargument#1\to\whatever like constructs and then compare the \whatever > Thanx Jaroslav > > PS: I was working up until now only with CP-1250 encoding, but when I > started with LuaTeX (MKIV), then I have to use UTF-8. (MKIV dont work > corectly with external CP-1250 files). oh? regimes are supposed to work ok in mkiv Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________