aboutsummaryrefslogtreecommitdiff
path: root/tests/genutf8.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/genutf8.pl')
-rwxr-xr-xtests/genutf8.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/genutf8.pl b/tests/genutf8.pl
index db661a1..c79f238 100755
--- a/tests/genutf8.pl
+++ b/tests/genutf8.pl
@@ -6,6 +6,7 @@
6# cff03b039d850f370a7362f3313e5268 6# cff03b039d850f370a7362f3313e5268
7 7
8use strict; 8use strict;
9no warnings 'nonchar';
9 10
10# 0xD800 - 0xDFFF are used to encode supplementary codepoints 11# 0xD800 - 0xDFFF are used to encode supplementary codepoints
11# 0x10000 - 0x10FFFF are supplementary codepoints 12# 0x10000 - 0x10FFFF are supplementary codepoints