Wireshark-commits: [Wireshark-commits] master 3b86e04: Doc: Have make-authors*.pl explicitly use UT
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3b86e04c2da9c74c3ce2783b33901fd8ba2bfb3d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
3b86e04 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Doc: Have make-authors*.pl explicitly use UTF-8.
Our authors lists and man pages are encoded as UTF-8 and have been for
quite a while. Remove perlnoutf.pl and ensure that standard I/O uses
UTF-8 as described at
https://www.perl.com/pub/2012/05/perlunicook-make-all-io-default-to-utf-8.html/
Change-Id: I7016ec5e3a12934463b43bcfdde2c424069c20ac
Reviewed-on: https://code.wireshark.org/review/37817
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7708727 Stun: add heuristic over TCP
add 3b86e04 Doc: Have make-authors*.pl explicitly use UTF-8.
Summary of changes:
doc/CMakeLists.txt | 4 ----
doc/make-authors-format.pl | 3 +--
doc/make-authors-short.pl | 3 +--
doc/perlnoutf.pl | 22 ----------------------
4 files changed, 2 insertions(+), 30 deletions(-)
delete mode 100755 doc/perlnoutf.pl