ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rob Ermers <r.ermers@hccnet.nl>
Subject: Re: m-letter  backslash codes in xml database
Date: Thu, 13 Jan 2005 19:48:34 +0100	[thread overview]
Message-ID: <41E6C282.4020207@hccnet.nl> (raw)
In-Reply-To: <41E54098.7030300@iname.com>

Contexers,

That the best way for coding diacritics in the xml database which you 
wish to use for your mailing is by using the appropriate iso-latin1 or 
unicode number:

      <contact num="3" regio="z3" label=`num3'>
      <address>
           <p>J. Sch&#246;ttelndreher</p>
           <p>J. Sch&#xF6;ttelndreher</p>
           <p>Laan der Drie&#235;enheid</p>
           <p>Laan der Drie&#xEB;enheid</p>
....
      </address>
               </contact>

The unicode number (&#x..) gives a slightly better result in my pdf.

Output:

J. Schöttelndreher
J. Schöttelndreher
Laan der Drieëenheid
Laan der Drieëenheid
1234 AB Beginhoven

The code is known, of course, but find nevertheless a useful link here: 
http://www.i18nguy.com/markup/ncrs.html

If you should want to copy your text back from the pdf, the diacritic 
character falls apart: Laan der Drie¨eenheid, but who would?

I suppose other codes can be used as well.

Regards,

Robert Ermers

  reply	other threads:[~2005-01-13 18:48 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-06 16:44 next version Hans Hagen
2005-01-06 16:54 ` Nikolai Weibull
2005-01-06 17:32   ` Hans Hagen
2005-01-07 22:06     ` Adam Lindsay
2005-01-09 20:19       ` h h extern
2005-01-10 17:12         ` Adam Lindsay
2005-01-06 16:58 ` Adam Lindsay
2005-01-07 21:09 ` Hans van der Meer
2005-01-07 21:38   ` Tobias Burnus
2005-01-07 21:49   ` Peter Münster
2005-01-08 10:23     ` m-letter.tex (first page, input file) Rob Ermers
2005-01-09 20:22   ` next version h h extern
2005-01-11 14:20 ` can I upgrade yet? Gary
2005-01-11 14:33   ` Hans Hagen
2005-01-11 14:45     ` Gary
2005-01-11 17:00       ` Hans Hagen
2005-01-11 15:52     ` Gary
2005-01-11 17:02       ` Hans Hagen
2005-01-12 15:22         ` Gary
2005-01-13 18:48           ` Rob Ermers [this message]
2005-01-14 16:44             ` m-letter backslash codes in xml database h h extern
2005-01-15  1:31               ` Rob Ermers
2005-01-15 13:21                 ` Adam Lindsay
2005-01-16 10:12                   ` (resolved) " Rob Ermers
2005-01-16 10:45                     ` Adam Lindsay
2005-01-17 10:03                       ` Hans Hagen
2005-01-11 14:43   ` can I upgrade yet? Matthew Huggett

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=41E6C282.4020207@hccnet.nl \
    --to=r.ermers@hccnet.nl \
    --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).