VM

Merge lp:~markd-kermodei/vm/texinfo-utf8-fix into lp:vm

Proposed by Mark Diekhans
Status: Needs review
Proposed branch: lp:~markd-kermodei/vm/texinfo-utf8-fix
Merge into: lp:vm
Diff against target: 9 lines (+1/-0)
1 file modified
info/vm.texinfo (+1/-0)
To merge this branch: bzr merge lp:~markd-kermodei/vm/texinfo-utf8-fix
Reviewer Review Type Date Requested Status
VM development team Pending
Review via email: mp+411125@code.launchpad.net

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.

To post a comment you must log in.

Unmerged revisions

1539. By Mark Diekhans

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.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== 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 @@
1\input texinfo1\input texinfo
2@documentencoding ISO-8859-1
2@setfilename vm.info3@setfilename vm.info
3@settitle VM User's Manual4@settitle VM User's Manual
4@dircategory Emacs5@dircategory Emacs

Subscribers

People subscribed via source and target branches

to all changes: