Ignore:
Timestamp:
01/19/2024 09:39:35 PM (5 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
ab4fdfc
Parents:
c8be252
git-author:
Pierre Labastie <pierre.labastie@…> (01/19/2024 09:34:28 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/19/2024 09:39:35 PM)
Message:

Remove all "&#" characters and replace with utf-8

File:
1 edited

Legend:

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

    rc8be252 ra804944  
    1 <?xml version='1.0' encoding='ISO-8859-1'?>
     1<?xml version='1.0' encoding='UTF-8'?>
    22
    33<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     
    5252    <!-- Allow URLs to be automatically hyphenated.
    5353         We have expanded the support to several inline tags.
    54          See pdf/lfs-mixed.xsl -->
    55   <xsl:param name="ulink.hyphenate" select="'&#x200B;'"/>
     54         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="'​'"/>
    5657
    5758    <!-- List of characters to allow ulink URLs, and supported inline tags,
Note: See TracChangeset for help on using the changeset viewer.