]> code.delx.au - gnu-emacs/commit
Change new etags test to use UTF-8 encoding
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 May 2015 00:21:54 +0000 (17:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 May 2015 00:30:23 +0000 (17:30 -0700)
commite0117b17c474b9f27b3797a286ffd1d7f52cd0d3
treec1ae0d16d0455400297c6cc1a8384add7bb00c06
parentef5c3eb66b78e3cfd698d2b44c49ff4bd461e13d
Change new etags test to use UTF-8 encoding

* test/etags/CTAGS.good, test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2, test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4, test/etags/ETAGS.good_5:
* test/etags/html-src/index.shtml, test/etags/html-src/software.html:
* test/etags/html-src/softwarelibero.html:
Switch to UTF-8 encoding.
* test/etags/Makefile (SRCS): Adjust to switch to UTF-8.
Remove Makefile, as it's too incestuous to have the test input
include the build procedure.
(UTF8_LOCALE, UTF_ENCODING): New macros.
(LC_ALL): If possible, set to a UTF-8 encoding if not already UTF-8.
(check): Skip if not UTF-8.
(.PHONY): New rule.
(FRC): Remove, as superseded by .PHONY.  All uses removed.
(regexfile): Prefer printf to echo when outputting oddball chars.
(.PRECIOUS): Remove, as these files are not built.
test/etags/CTAGS.good
test/etags/ETAGS.good_1
test/etags/ETAGS.good_2
test/etags/ETAGS.good_3
test/etags/ETAGS.good_4
test/etags/ETAGS.good_5
test/etags/Makefile
test/etags/html-src/index.shtml
test/etags/html-src/software.html
test/etags/html-src/softwarelibero.html