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
1=== modified file 'info/vm.texinfo'
2--- info/vm.texinfo 2019-04-10 14:15:53 +0000
3+++ info/vm.texinfo 2021-11-02 05:07:00 +0000
4@@ -1,4 +1,5 @@
5 \input texinfo
6+@documentencoding ISO-8859-1
7 @setfilename vm.info
8 @settitle VM User's Manual
9 @dircategory Emacs

Subscribers

People subscribed via source and target branches

to all changes: