diff options
Diffstat (limited to 't/uni/upper.t')
-rw-r--r-- | t/uni/upper.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/uni/upper.t b/t/uni/upper.t index f62b43bfab..41b235ce41 100644 --- a/t/uni/upper.t +++ b/t/uni/upper.t @@ -3,6 +3,8 @@ BEGIN { require "uni/case.pl"; } +use feature 'unicode_strings'; + is(uc("\x{3B1}\x{345}\x{301}"), "\x{391}\x{301}\x{399}", 'Verify moves YPOGEGRAMMENI'); |