summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootloader/lang-names.txt3
-rw-r--r--lib/MGA/DrakISO/BuildBoot.pm1
2 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/lang-names.txt b/bootloader/lang-names.txt
index 02f8132..ab28ad9 100644
--- a/bootloader/lang-names.txt
+++ b/bootloader/lang-names.txt
@@ -1,6 +1,5 @@
-# The GNU Unifont font contains all the glyphs used in this file.use utf8;
+# The GNU Unifont font contains all the glyphs used in this file.
# \x{nnnn} represents the Unicode code point U+nnnn (where nnnn is four hex digits).
-use utf8;
(
#"af_ZA" => "Afrikaans", # Afrikaans
#"ar_EG" => "\x{fef2}\x{fe91}\x{feae}\x{fecb}", # Arabic
diff --git a/lib/MGA/DrakISO/BuildBoot.pm b/lib/MGA/DrakISO/BuildBoot.pm
index a778d79..9c28a53 100644
--- a/lib/MGA/DrakISO/BuildBoot.pm
+++ b/lib/MGA/DrakISO/BuildBoot.pm
@@ -32,6 +32,7 @@ use MDK::Common;
use File::Copy qw(mv);
use Try::Tiny;
+use utf8;
use MGA::DrakISO::LiveBuild;
use MGA::DrakISO::Utils;