We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3857a commit 2c671b2Copy full SHA for 2c671b2
1 file changed
tests/genutf8.pl
@@ -6,6 +6,7 @@
6
# cff03b039d850f370a7362f3313e5268
7
8
use strict;
9
+no warnings 'nonchar';
10
11
# 0xD800 - 0xDFFF are used to encode supplementary codepoints
12
# 0x10000 - 0x10FFFF are supplementary codepoints
0 commit comments