Wireshark-commits: [Wireshark-commits] master 53e043a: make-regs.py: assume source files to be UTF-
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 05 May 2019 17:40:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53e043a42f935b686c04eadfc3680684317a9870
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

53e043a by Peter Wu (peter@xxxxxxxxxxxxx):

    make-regs.py: assume source files to be UTF-8
    
    packet-sysex.c contains UTF-8 characters which breaks builds that do not
    have a UTF-8 locale. Reproduce with Python 3.6 or older using
    LANG=C ninja epan/dissectors/dissectors.c
    
    Change-Id: Iaa98756ee80384f415c58aef23560210e500df2f
    Reviewed-on: https://code.wireshark.org/review/33087
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  8a13504   commit-msg: Place Ping-Bug before Change-Id
     add  53e043a   make-regs.py: assume source files to be UTF-8


Summary of changes:
 tools/make-regs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)