Ignore:
Timestamp:
01/27/2024 09:42:07 PM (5 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
5d064fb
Parents:
b6dd23c7
git-author:
Pierre Labastie <pierre.labastie@…> (01/27/2024 04:28:43 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/27/2024 09:42:07 PM)
Message:

rendering: some utf-8 fixes

Reinstate some character entities
Have some stylesheets output UTF-8

Part of a patch by Boian Berberov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/dump-commands.xsl

    rb6dd23c7 rb8d33a5  
    1 <?xml version="1.0"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    33    xmlns:exsl="http://exslt.org/common"
     
    88
    99  <xsl:variable name="newline">
    10     <xsl:text>
    11 </xsl:text>
     10    <xsl:text>&#xA;</xsl:text>
    1211  </xsl:variable>
    1312
Note: See TracChangeset for help on using the changeset viewer.