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 |
Related bugs: |
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/
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.