Menu

#5838 buildlib: Read output from commands as utf-8

Fixed
Enhancement
2020-03-08
2020-03-08
No

buildlib: Read output from commands as utf-8

Fallout from the switch to Python 3.

http://codereview.appspot.com/559640044

Discussion

  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-03-08

    I'm going to super-fast-track this if confirmed working on another system. It's broken right now and apparently not tested in the usual process.

     
  • Anonymous

    Anonymous - 2020-03-08
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2020-03-08

    Passes make, make check and a full make doc.

     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-03-08
    • labels: --> Fixed_2_21_0
    • status: Started --> Fixed
    • Patch: review -->
     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-03-08

    pushed to staging after confirmation to unblock translators from working:

    commit 53c816af6a1047e648b755d48c210b7c5ffe7a0e
    Author:     Jonas Hahnfeld <hahnjo@hahnjo.de>
    AuthorDate: Sun Mar 8 18:12:37 2020 +0100
    Commit:     Jonas Hahnfeld <hahnjo@hahnjo.de>
    CommitDate: Sun Mar 8 18:12:37 2020 +0100
    
        buildlib: Read output from commands as utf-8
    
        Fallout from the switch to Python 3.