Hi, \starttext
\char"2217 \blank \char"278A \stoptext
How to get the right output for the 2nd unicode character ? It's blank. -- Best, Alan * ConTeXt ver: 2008.09.16 19:49 MKIV fmt: 2008.9.20 int: english/english (ConTeXt minimals installation) * texexec --lua foo * Ubuntu 8.04 Hardy Heron
Am 25.09.2008 um 17:05 schrieb Alan Stone:
Hi,
\starttext
\char"2217 \blank \char"278A \stoptext
How to get the right output for the 2nd unicode character ? It's blank.
You need a font with the character or use fallbacks. @Hans: Shouldn't the output contain a notdef char. Wolfgang
Wolfgang Schuster wrote:
Am 25.09.2008 um 17:05 schrieb Alan Stone:
Hi,
\starttext
\char"2217 \blank \char"278A \stoptext
How to get the right output for the 2nd unicode character ? It's blank.
You need a font with the character or use fallbacks.
@Hans: Shouldn't the output contain a notdef char.
some day ... ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Thu, Sep 25, 2008 at 5:24 PM, Wolfgang Schuster < schuster.wolfgang@googlemail.com> wrote:
Am 25.09.2008 um 17:05 schrieb Alan Stone:
Hi,
\starttext
\char"2217 \blank \char"278A \stoptext
How to get the right output for the 2nd unicode character ? It's blank.
You need a font with the character or use fallbacks.
Please explain "use fallbacks". Thanks. -- Best, Alan Ubuntu 8.04 Hardy Heron (Desktop) * ConTeXt ver: 2008.09.16 19:49 MKIV fmt: 2008.9.20 int: english/english (ConTeXt minimals installation) * texexec --lua foo
On Fri, 26 Sep 2008 07:09:28 -0600, Alan Stone
Please explain "use fallbacks".
http://archive.contextgarden.net/message/20080611.094746.07de5882.en.html Best wishes -- Professor Idris Samawi Hamid, Editor-in-Chief International Journal of Shi`i Studies Department of Philosophy Colorado State University Fort Collins, CO 80523
On Fri, Sep 26, 2008 at 4:35 PM, Idris Samawi Hamid
On Fri, 26 Sep 2008 07:09:28 -0600, Alan Stone
wrote: Please explain "use fallbacks".
http://archive.contextgarden.net/message/20080611.094746.07de5882.en.html
*>>> \definefontfallback [whatever] [Slanted] [0x0060-0x007F]
\definefontfallback [whatever] [Bold] [0x0080-0x00FF,0x00A0-0x00AF] \definefontfallback [whatever] [BoldSlanted] [0x00C0-0x00C7]
What's the meaning of the third parameter? Unicode ranges?*
takes chars 0x0060-0x007F from Slanted (whatever it resolves to)
And what are these thingies: 0x0060-0x007F ? -- Best, Alan Ubuntu 8.04 Hardy Heron (Desktop) * ConTeXt ver: 2008.09.16 19:49 MKIV fmt: 2008.9.20 int: english/english (ConTeXt minimals installation) * texexec --lua foo
Am 29.09.2008 um 11:21 schrieb Alan Stone:
On Fri, Sep 26, 2008 at 4:35 PM, Idris Samawi Hamid
wrote: On Fri, 26 Sep 2008 07:09:28 -0600, Alan Stone
wrote: Please explain "use fallbacks".
http://archive.contextgarden.net/message/20080611.094746.07de5882.en.html
\definefontfallback [whatever] [Slanted] [0x0060-0x007F] \definefontfallback [whatever] [Bold] [0x0080-0x00FF, 0x00A0-0x00AF] \definefontfallback [whatever] [BoldSlanted] [0x00C0-0x00C7]
What's the meaning of the third parameter? Unicode ranges?
takes chars 0x0060-0x007F from Slanted (whatever it resolves to)
And what are these thingies: 0x0060-0x007F ?
Unicode values [1], in the example above all characters with a code between 0x0060 (grave accent) till 0x0070 (latin small letter p) are taken from the current font for the slanted style. [1] http://www.unicode.org/charts/PDF/U0000.pdf Wolfgang
participants (4)
-
Alan Stone
-
Hans Hagen
-
Idris Samawi Hamid
-
Wolfgang Schuster