Re: Interrobang

Chris Moller <[email protected]> Sun, 24 May 2020 13:57:11 -0400
Newsgroups gmane.comp.tex.pdftex
Message-ID <[email protected]>
Thx for the response.

Just tried your suggestion, but the docbook-to-tex conversion (jw) 
rejects &#x203D; as a valid entity.  And using the decimal version, 
&#8253;, produces:

    \Seq%
    {}\Character{8220}What\Character{8253}\Character{8221}\endSeq{}\


\Character{8220} and \Character{8221} both accept the decimal encoding, 
so I assume there's nothing inherently wrong with \Character{8253} in 
decimal.

Thanks,
--cm

On 2020-05-24 13:28, barbara beeton wrote:
> I believe it's necessary to identify this as a hex value.
> \symbol{"203D} should work in math, so presumably \Character{"203D}
> is the equivalent for text.
>                         -- bb
>
> On Sun, 24 May 2020, Chris Moller wrote:
>
>> I'm writing a document in SGML Docbook (yes, I know I should be using 
>> XML,
>> but it's one of those legacy things...) in which I use an "interrobang,"
>> (unicode U+0203D, html &x8253).  The process of converting the SGML 
>> to PDF
>> goes through pdftex, but pdftex doesn't seem to understand 
>> \Character{8253}
>> and renders it as "<8253>".  I'm reasonably sure that the font I'm using
>> contains that character.
>>
>> More or less guessing what I'm doing, I've done what I think needs to 
>> happen
>> to incorporate the font I modified to include the interrobang--run 
>> mktexlsr,
>> updmap-user, and updmap -sys--but the problem persists.
>>
>> So my questions are, is this really because pdftex doesn't understand
>> \Character{8253}, and is there anything I can do to increase its
>> understanding?
>>
>> Thanks,
>> Chris Moller
>