You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by bi...@apache.org on 2018/06/23 17:21:42 UTC

svn commit: r1834218 - /spamassassin/branches/3.4/t/idn_dots.t

Author: billcole
Date: Sat Jun 23 17:21:42 2018
New Revision: 1834218

URL: http://svn.apache.org/viewvc?rev=1834218&view=rev
Log:
add 'use utf8' for older Perl

Modified:
    spamassassin/branches/3.4/t/idn_dots.t

Modified: spamassassin/branches/3.4/t/idn_dots.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/t/idn_dots.t?rev=1834218&r1=1834217&r2=1834218&view=diff
==============================================================================
--- spamassassin/branches/3.4/t/idn_dots.t (original)
+++ spamassassin/branches/3.4/t/idn_dots.t Sat Jun 23 17:21:42 2018
@@ -1,6 +1,7 @@
 #!/usr/bin/perl -w
 
 # test URIs with UTF8 IDNA-equivalent dots between domains instead of ordinary '.'
+use utf8;
 
 BEGIN {
   if (-e 't/test_dir') { # if we are running "t/rule_names.t", kluge around ...