diff options
Diffstat (limited to 't/uni/overload.t')
-rw-r--r-- | t/uni/overload.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/uni/overload.t b/t/uni/overload.t index e20a3abfff..da9b07beb7 100644 --- a/t/uni/overload.t +++ b/t/uni/overload.t @@ -33,6 +33,10 @@ sub stringify { package main; +# These tests are based on characters 128-255 not having latin1, and hence +# Unicode, semantics +use legacy 'unicode8bit'; + # Bug 34297 foreach my $t ("ASCII", "B\366se") { my $length = length $t; |