diff --git a/ecrire/charsets/translit.php b/ecrire/charsets/translit.php
index 0bd64c2f578660fc40663c4d5bf01cd4724e893d..b8dcd7165bff407f362ff2a81f219bc57e3dff5b 100644
--- a/ecrire/charsets/translit.php
+++ b/ecrire/charsets/translit.php
@@ -102,8 +102,6 @@ $GLOBALS['CHARSET']['translit'] = [
 	287 => 'g',
 	304 => 'I',
 	305 => 'i',
-	350 => 'S',
-	351 => 's',
 
 // esperanto
 	264 => 'Cx',
@@ -169,11 +167,13 @@ $GLOBALS['CHARSET']['translit'] = [
 //roumain
 	258 => 'A',
 	259 => 'a',
-	350 => 'S',
-	351 => 's',
 	354 => 'T',
 	355 => 't',
 
+//turc & roumain
+	350 => 'S',
+	351 => 's',
+
 // cyrillique
 	1026 => 'D%',
 	1027 => 'G%',
@@ -198,7 +198,6 @@ $GLOBALS['CHARSET']['translit'] = [
 	8221 => '"',
 	8226 => ' o ',
 	8211 => '-',
-	8212 => '--',
 	8212 => '~',
 	8482 => '(TM)',
 	1113 => 'lj',
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 3303b6b78fc5c5fde86bcc9ef33e05597b38cb88..eb4ef588611728fdc06edcbaa71867f1f5d81795 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -5,21 +5,6 @@ parameters:
 			count: 1
 			path: ecrire/action/inscrire_auteur.php
 
-		-
-			message: "#^Array has 2 duplicate keys with value 350 \\(350, 350\\)\\.$#"
-			count: 1
-			path: ecrire/charsets/translit.php
-
-		-
-			message: "#^Array has 2 duplicate keys with value 351 \\(351, 351\\)\\.$#"
-			count: 1
-			path: ecrire/charsets/translit.php
-
-		-
-			message: "#^Array has 2 duplicate keys with value 8212 \\(8212, 8212\\)\\.$#"
-			count: 1
-			path: ecrire/charsets/translit.php
-
 		-
 			message: "#^Function fichier_copie_locale\\(\\) should return string but return statement is missing\\.$#"
 			count: 1