diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-11-23 20:59:52 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-11-23 20:59:52 +0100 |
commit | 1fdbce2c4e24f96ed836db069778806eaa6d9849 (patch) | |
tree | 47bdb5ecef2873a8df3c39d9ff0c1ae346f9d60a /Makefile | |
parent | 5e8bab73a16e31200f9540879c7b87d54341806e (diff) |
Generate utf-8 encoded html
This removes several problems with wrong encodings...
The sed for © is not needed anymore
tidy.conf has to be changed to remove specification of latin1 as
input and output encodings.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -57,7 +57,6 @@ book: validate profile-html true; \ /bin/bash obfuscate.sh $$filename; \ sed -e "s@text/html@application/xhtml+xml@g" \ - -e "s/\xa9/\©/ " \ -i $$filename; \ done; |