mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Some missed ISO-8859-1 -> UTF-8 changes
This commit is contained in:
parent
fd02389a51
commit
d11a0816d4
@ -293,7 +293,7 @@ for i0, val, i1, title, arrow, key, menu, comment in r:
|
||||
|
||||
from jinja2 import Template
|
||||
|
||||
t = Template('''<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
t = Template('''<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<!-- Automatically generated by kernel-config.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- Notes:
|
||||
For empty *-home entities use " " not ""
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- Start of Common Patches -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user