Ignore:
Timestamp:
01/23/2024 08:32:33 AM (3 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
bb2adff7
Parents:
a38df1e
Message:

Replace some utf-8 encoded chars with char entities

It has been said that some chars were not readable as utf-8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/pdf.xsl

    ra38df1e r2a2f7d9  
    5353         We have expanded the support to several inline tags.
    5454         See pdf/lfs-mixed.xsl. The character in the
    55          select attribute is a zero width space, encoded in utf-8-->
    56   <xsl:param name="ulink.hyphenate" select="''"/>
     55         select attribute is a zero width space -->
     56  <xsl:param name="ulink.hyphenate" select="'&#x200B;'"/>
    5757
    5858    <!-- List of characters to allow ulink URLs, and supported inline tags,
Note: See TracChangeset for help on using the changeset viewer.