From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22984 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?K=E1ri_Hreinsson?= Newsgroups: gmane.comp.tex.context Subject: Getting icelandic letters (eth and thorn) to work. Date: Sat, 15 Oct 2005 18:07:15 +0000 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1129399658 15612 80.91.229.2 (15 Oct 2005 18:07:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Oct 2005 18:07:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Oct 15 20:07:36 2005 Return-path: 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 1EQqRN-0002U8-5O for gctc-ntg-context-518@m.gmane.org; Sat, 15 Oct 2005 20:07:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 92E6F127C4; Sat, 15 Oct 2005 20:07:23 +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 07040-01-7; Sat, 15 Oct 2005 20:07:19 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 03AB2127B7; Sat, 15 Oct 2005 20:07:19 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AD07B127B7 for ; Sat, 15 Oct 2005 20:07:17 +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 07040-01-6 for ; Sat, 15 Oct 2005 20:07:16 +0200 (CEST) Original-Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by ronja.ntg.nl (Postfix) with ESMTP id 8555D127B6 for ; Sat, 15 Oct 2005 20:07:16 +0200 (CEST) Original-Received: by zproxy.gmail.com with SMTP id v1so718495nzb for ; Sat, 15 Oct 2005 11:07:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=j2317uh3s/z3QpHg82VNph+wkKdl4R4WQHk7xEYNMVrSwbmWJu9n82Yueu36Pvoek+n602C0MsZwOqb062yruUpQe7sZiDEHsEL6EdtFBCr1OFvri3uHWAfcuTBUE/KIbGjEUhUpaCPi9u7E0+iPbu6eFylptI4pQRj2L5J/Ef0= Original-Received: by 10.36.247.80 with SMTP id u80mr989371nzh; Sat, 15 Oct 2005 11:07:15 -0700 (PDT) Original-Received: by 10.36.38.13 with HTTP; Sat, 15 Oct 2005 11:07:15 -0700 (PDT) Original-To: ntg-context@ntg.nl Content-Disposition: inline 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22984 Archived-At: Hello. I am trying to get the icelandic letters thorn (=FE) and eth (=F0) to work but nothing seems to do. These letters work correctly in LaTeX and I am using ConTeXt and LaTeX from the TeTeX distribution. The file I currenty have is like this (It's in ISO 8859-1 encoding): =3D=3D=3D=3D=3D=3D=3D=3D=3D % interface=3Den output=3Dpdftex \enableregime[il1] % sets input encoding il1 =3D ISO 8859-1 \mainlanguage[is] % =C1 a=F0 setja =E1 =EDslensku \setupencoding[default=3Dec] \useencoding[ec] \starttext a=E1bcd=F0e=E9fghi=EDjklmno=F3pqrstu=FAvxyz=FE=E6=F6 A=C1BCD=D0E=C9FGHI=CDJKLMNO=D3PQRSTU=DAVXYZ\Thorn{}=C6=D6 \stoptext =3D=3D=3D=3D=3D=3D=3D=3D=3D And it gets run (although I had to change =DE to \Thorn{} to get it running) but when I view the .pdf file I just see question marks where the thorns and eths should be. Some version info from texexec: TeXExec 3.1 - ConTeXt / PRAGMA ADE 1997-2002 This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5) ConTeXt ver: 2003.1.31 fmt: 2005.10.15 int: english mes: english If anyone knows what could be wrong I would very much appreciate some help! Thanks in advance, K=E1ri Hreinsson