summaryrefslogtreecommitdiff
path: root/lib/charnames.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/charnames.t')
-rw-r--r--lib/charnames.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/charnames.t b/lib/charnames.t
index 49917c5ad6..c53f54a067 100644
--- a/lib/charnames.t
+++ b/lib/charnames.t
@@ -61,7 +61,7 @@ else { # EBCDIC where UTF-EBCDIC may be used (this may be 1047 specific since
}
sub to_bytes {
- pack"a*", shift;
+ unpack"U0a*", shift;
}
{