diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-01-20 02:07:45 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-01-20 02:07:45 +0800 |
commit | d11a0816d40366641eea82eb46bc40c83b779e1e (patch) | |
tree | 8befbd0d12006762149ef2dd83b3d2a6f2b35532 | |
parent | fd02389a5134ac5895107ed293e1d361b2caa91f (diff) |
Some missed ISO-8859-1 -> UTF-8 changes
-rwxr-xr-x | chapter10/kernel/kernel-config.py | 2 | ||||
-rw-r--r-- | packages.ent | 2 | ||||
-rw-r--r-- | patches.ent | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chapter10/kernel/kernel-config.py b/chapter10/kernel/kernel-config.py index eac2b6c4d..814484b84 100755 --- a/chapter10/kernel/kernel-config.py +++ b/chapter10/kernel/kernel-config.py @@ -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 diff --git a/packages.ent b/packages.ent index 2caa1f663..b1cc7c1d5 100644 --- a/packages.ent +++ b/packages.ent @@ -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 "" diff --git a/patches.ent b/patches.ent index 6c03b9728..1bcd45dc3 100644 --- a/patches.ent +++ b/patches.ent @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Start of Common Patches --> |