Wireshark-commits: [Wireshark-commits] master bd75f5a: checkAPIs: Check for non-UTF-8 instead of no

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 19 Apr 2019 21:32:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd75f5af0a989bb524d005228ac24ac8d55381c1
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bd75f5a by Gerald Combs (gerald@xxxxxxxxxxxxx):

    checkAPIs: Check for non-UTF-8 instead of non-ASCII.
    
    Replace our check for non-ASCII characters with one that checks for a
    proper UTF-8 encoding.
    
    Change-Id: I8386f5d4376b05bc10358c0d2849a214d8ff00a0
    Reviewed-on: https://code.wireshark.org/review/32866
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  0974b68   WSDG/Capture: Fix typo in extcap_example.py name
     add  bd75f5a   checkAPIs: Check for non-UTF-8 instead of non-ASCII.


Summary of changes:
 tools/checkAPIs.pl | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)