vm team mailing list archive
-
vm team
-
Mailing list archive
-
Message #01287
[Merge] lp:~markd-kermodei/vm/texinfo-utf8-fix into lp:vm
Mark Diekhans has proposed merging lp:~markd-kermodei/vm/texinfo-utf8-fix into lp:vm.
Commit message:
Fix makeinfo error
utf8 "\xFC" does not map to Unicode at /usr/local/share/texinfo/Texinfo/ParserNonXS.pm line 1796, <FH> line 7091.
WHile it seems non-intuitive to fix parsing a UTF-8 character in the file by
declaring the file to be ASCII to makeinfo, this is the recommend approach
found in various tickets on other software.
Requested reviews:
VM development team (vm)
For more details, see:
https://code.launchpad.net/~markd-kermodei/vm/texinfo-utf8-fix/+merge/411125
--
Your team VM development team is requested to review the proposed merge of lp:~markd-kermodei/vm/texinfo-utf8-fix into lp:vm.
=== modified file 'info/vm.texinfo'
--- info/vm.texinfo 2019-04-10 14:15:53 +0000
+++ info/vm.texinfo 2021-11-02 05:07:00 +0000
@@ -1,4 +1,5 @@
\input texinfo
+@documentencoding ISO-8859-1
@setfilename vm.info
@settitle VM User's Manual
@dircategory Emacs