diff --git a/show.php b/show.php
index ba6f761..938dfe4 100644
--- a/show.php
+++ b/show.php
@@ -1,4 +1,6 @@
 <?php
+setlocale(LC_CTYPE, "fr_FR.UTF-8");
+
 $basedir = __DIR__ . "/confs/";
 $path = escapeshellcmd(realpath($basedir . $_GET["switch"]));
 if (substr($path, -4) != ".cfg") {