Ignore:
Timestamp:
01/18/2024 07:03:54 AM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
9bbd87a
Parents:
270b173
git-author:
Xi Ruoyao <xry111@…> (01/18/2024 06:57:54 AM)
git-committer:
Xi Ruoyao <xry111@…> (01/18/2024 07:03:54 AM)
Message:

Use UTF-8 characters instead of &#...;

This is done via:

find -name \*.xml -or -name \*.xsl | xargs python3 utf8ize.py

with https://linuxfromscratch.org/~xry111/utf8ize.py.

File:
1 edited

Legend:

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

    r270b173 r3626aa30  
    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"
     
    5050                  keep-together.within-column="always" font-weight="bold"
    5151                  keep-with-next.within-column="always" text-align="left">
    52           <xsl:text>&#x2022;   </xsl:text>
     52          <xsl:text>   </xsl:text>
    5353          <xsl:apply-templates select="term"/>
    5454        </fo:block>
Note: See TracChangeset for help on using the changeset viewer.