From 77e386e3eac0e3bcfafd594eab707ef93eda789d Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 7 Feb 2015 16:00:30 +0100 Subject: [PATCH] charset: declare utf8 source of perl includes --- charset-ucplanes.inc.pl | 1 + charset-unicode.inc.pl | 1 + charset-utf8.inc.pl | 1 + 3 files changed, 3 insertions(+) diff --git a/charset-ucplanes.inc.pl b/charset-ucplanes.inc.pl index 42c1762..ce57a94 100644 --- a/charset-ucplanes.inc.pl +++ b/charset-ucplanes.inc.pl @@ -1,3 +1,4 @@ +use utf8; my %uniblock = ( 0x000, 'ascii', 0x001, 'latin', diff --git a/charset-unicode.inc.pl b/charset-unicode.inc.pl index 3496c64..b072344 100644 --- a/charset-unicode.inc.pl +++ b/charset-unicode.inc.pl @@ -1,3 +1,4 @@ +use utf8; my %uniblock = ( 0x000, 'control', 0x002, 'comn', diff --git a/charset-utf8.inc.pl b/charset-utf8.inc.pl index 78f31af..0d6a87d 100644 --- a/charset-utf8.inc.pl +++ b/charset-utf8.inc.pl @@ -1,3 +1,4 @@ +use utf8; my %utf8byte = ( 0x00, 'single byte ASCII', -- 2.30.0