From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/69805 Path: news.gmane.org!not-for-mail From: Paul Menzel Newsgroups: gmane.comp.tex.context Subject: =?utf-8?q?unicode=3A_math=3A_=CA=B9_U+02B9_MODIFIER?= =?utf-8?q?_LETTER_PRIME_not_displayed_and_U+2032_PRIME_and_=5Cprime_not_d?= =?utf-8?q?isplayed_correctly?= Date: Wed, 06 Jul 2011 15:22:22 +0200 Message-ID: <1309958542.4583.12.camel@mattotaupa> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1351957662==" X-Trace: dough.gmane.org 1309958560 758 80.91.229.12 (6 Jul 2011 13:22:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2011 13:22:40 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Jul 06 15:22:34 2011 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 1QeS3m-0004uZ-Bo for gctc-ntg-context-518@m.gmane.org; Wed, 06 Jul 2011 15:22:34 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 70D79CADE2; Wed, 6 Jul 2011 15:22:32 +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 zHAQdMLVUIjW; Wed, 6 Jul 2011 15:22:29 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8D1C2CADE4; Wed, 6 Jul 2011 15:22:29 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 956C7CADE4 for ; Wed, 6 Jul 2011 15:22:27 +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 jYAcM8pWlzSU for ; Wed, 6 Jul 2011 15:22:25 +0200 (CEST) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id D84F5CADE2 for ; Wed, 6 Jul 2011 15:22:25 +0200 (CEST) Original-Received: from mail.gw90.de (mail.gw90.de [188.40.100.199]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p66DMOQk014591 for ; Wed, 6 Jul 2011 15:22:25 +0200 Original-Received: from f053037185.adsl.alicedsl.de ([78.53.37.185] helo=[192.168.178.21]) by mail.gw90.de with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1QeS3u-0004Q0-IH for ntg-context@ntg.nl; Wed, 06 Jul 2011 13:22:42 +0000 X-Mailer: Evolution 2.32.3 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=188.40.100.199; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0bF4BmoO2 - 5ac3c6eb9923 - 20110706 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:69805 Archived-At: --===============1351957662== Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-R9eaDlhWaNLIMhOObdvm" --=-R9eaDlhWaNLIMhOObdvm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Dear ConTeXt folks, using ConTeXt ver: 2011.06.19 14:17 MKIV fmt: 2011.6.21 int: english/e= nglish the derivative symbol is not displayed correctly and U+02B9 is not displayed at all. --- 8< --- minimal example --- >8 --- \starttext \startitemize \item U+02B9 MODIFIER LETTER PRIME \startformula f(x) =3D x =E2=87=92 f=CA=B9(x) =3D 1 \stopformula \item U+2032 PRIME \startformula f(x) =3D x =E2=87=92 f=E2=80=B2(x) =3D 1 \stopformula \item \backslash prime \startformula f(x) =3D x =E2=87=92 f\prime(x) =3D 1 \stopformula \stopitemize \stoptext --- 8< --- minimal example --- >8 --- I hope it is not a font issue. Thanks, Paul --=-R9eaDlhWaNLIMhOObdvm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk4UYY4ACgkQPX1aK2wOHVgXnACePjSZNSANBnyA1adCuhOSgBZT fvsAniUU/C1omx8Vsd625/Odma6co1xT =zTn2 -----END PGP SIGNATURE----- --=-R9eaDlhWaNLIMhOObdvm-- --===============1351957662== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1351957662==--