OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [virtio] Re: Touch-ups needed for the virtio csd01 and csprd01 file "front matter"


On Thu, Jan 09, 2014 at 06:37:07PM +0000, Pawel Moll wrote:
> On Thu, 2014-01-09 at 18:02 +0000, Michael S. Tsirkin wrote:
> > On Thu, Jan 09, 2014 at 12:27:29PM -0500, Paul Knight wrote:
> > > Hi Michael and all,
> > > 
> > > I believe that the PDF is fine, but the HTML contains the non-ascii
> > > representations of ligatures, instead of the characters "fi" and "ff".
> > 
> > Yes, html seems problematic.
> > I didn't find a nice way to disable this for HTML yet.
> 
> Give this one a try:
> 
> 8<--------------
> >From 36edea8583bd2b3a572101f3ea57aca25634dcfb Mon Sep 17 00:00:00 2001
> From: Pawel Moll <pawel.moll@arm.com>
> Date: Thu, 9 Jan 2014 18:35:30 +0000
> Subject: [PATCH] html: Convert ligatures into normal ASCII characters
> 
> Signed-off-by: Pawel Moll <pawel.moll@arm.com>

OK my issues turned out to be due to font paths
being misconfigured.
I figured it out and now your patch works.
I checked it in, thanks a lot.
Also added some documentation on possible tex4ht
issues for people that might encounter them.

> ---
>  unicode.4hf | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 unicode.4hf
> 
> diff --git a/unicode.4hf b/unicode.4hf
> new file mode 100644
> index 0000000..b7e69b2
> --- /dev/null
> +++ b/unicode.4hf
> @@ -0,0 +1,5 @@
> +'&#xFB01;' ''  'fi'  ''
> +'&#xFB02;' ''  'fl'  ''
> +'&#xFB00;' ''  'ff'  ''
> +'&#xFB03;' ''  'ffi' ''
> +'&#xFB04;' ''  'ffl' ''
> -- 
> 1.8.3.2
> 8<--------------
> 
> Seems to work for me, although I don't know exactly why (I have a
> feeling, but no proof ;-)
> 
> Paweł
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this mail list, you must leave the OASIS TC that 
> generates this mail.  Follow this link to all your TCs in OASIS at:
> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]