]> git.pld-linux.org Git - packages/recode.git/commitdiff
explicitly define encoding for texinfo file
authorJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 16:45:55 +0000 (18:45 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 16:45:55 +0000 (18:45 +0200)
decoding fails with utf-8 by default

recode.spec

index c0bf9f949c3b67ab350d729ff3f7560fcb8e9afe..256e138d53c19729a1f29df47a8f2e194241b841 100644 (file)
@@ -83,6 +83,8 @@ Biblioteka statyczna librecode.
 # duplicate of m4/*.m4 files
 %{__rm} acinclude.m4
 
+%{__sed} -i '1 i @documentencoding ISO-8859-1' doc/recode.texi
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
This page took 0.087757 seconds and 4 git commands to generate.