ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Maurí­cio <briqueabraque@yahoo.com>
To: ntg-context@ntg.nl
Subject: Font with compreensive unicode
Date: Mon, 23 Feb 2009 22:39:28 -0300	[thread overview]
Message-ID: <gnvj4g$4ru$1@ger.gmane.org> (raw)

Hi,

I'm using ConTeXt to create a small table of
unicode characters. Below is my current test. The
codes are:

U+2019 is a single quotation mark
U+2610 should be a ballot box
U+226b should be a "much greater than" (>>)
U+2115 should be the N as used to represent the natural numbers

I get 2019 right, 2610 becomes a blank,
226b becomes just a 'b' and 2115 is also
a blank. The choosen font is just one I
selected (randomly) for testing.

Is there a font I could select that would give
me a wide set of unicode characters? Actually: is
the choice of font the reason for the missing
characters, or I'm just doing something wrong?

Thanks in advance,
Maurício

%%%%

\enableregime[utf]
\mainlanguage[en]

\definefontsynonym [myfont] [name:texgyretermesregular]
\definefont [tudo] [myfont at 10pt]

\defineframed [tabelado]
     [height=2cm,width=2cm,align=middle,corner=round]

\starttext

\tudo

\noheaderandfooterlines

\startcombination[2*2]
{ \tabelado{\blank \char"2019 \par \blank} } { 2019 }
{ \tabelado{\blank \char"2610 \par \blank} } { 2610 }
{ \tabelado{\blank \char"226b \par \blank} } { 226b }
{ \tabelado{\blank \char"2115 \par \blank} } { 2115 }
\stopcombination

\stoptext

%%%%

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


             reply	other threads:[~2009-02-24  1:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24  1:39 Maurí­cio [this message]
2009-02-24  9:40 ` luigi scarso
2009-02-24 15:58 ` Idris Samawi Hamid

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='gnvj4g$4ru$1@ger.gmane.org' \
    --to=briqueabraque@yahoo.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).