From 5451d5ee1f58a90ea1fa505cbd087a64d3d1dae6 Mon Sep 17 00:00:00 2001 From: Yunis surchy Date: Thu, 26 Jan 2023 04:48:27 +0300 Subject: [PATCH] Fix duplicated chars --- MorseSharp/MorseCharacters.cs | 9 --------- global.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/MorseSharp/MorseCharacters.cs b/MorseSharp/MorseCharacters.cs index c2a0acd..d2a5571 100644 --- a/MorseSharp/MorseCharacters.cs +++ b/MorseSharp/MorseCharacters.cs @@ -168,7 +168,6 @@ private static Dictionary GetMorseCharactersKurdish() {'-',"..__._" }, {'+',"._._." }, {'*',"_.._" }, - {'٪',"___.._" }, {'=',"_..._" }, {')',"_.__._" }, {'(',"_.__." }, @@ -402,7 +401,6 @@ private static Dictionary GetMorseCharactersEspanol() {'@',".__._." }, {'¿',".._._" }, {'¡',"__..._" }, - {'!',"_._.__" }, //Special Characters @@ -489,14 +487,11 @@ private static Dictionary GetMorseCharactersFrancais() {'/',"_.._."}, {'\'',".____." }, {'\"',"._.._." }, - {'&',"._..." }, {'$',"..._.._" }, {'@',".__._." }, {'¿',".._._" }, {'¡',"__..._" }, - {'!',"_._.__" }, - //Special Characters {'_',"..__._"}, {'+',"._._." }, @@ -575,13 +570,11 @@ private static Dictionary GetMorseCharactersItaliano() {'/',"_.._."}, {'\'',".____." }, {'\"',"._.._." }, - {'&',"._..." }, {'$',"..._.._" }, {'@',".__._." }, {'¿',".._._" }, {'¡',"__..._" }, - {'!',"_._.__" }, //Special Characters @@ -691,7 +684,6 @@ private static Dictionary GetMorseCharactersJapanese() {'@',".__._." }, {'¿',".._._" }, {'¡',"__..._" }, - {'!',"_._.__" }, //Special Characters @@ -783,7 +775,6 @@ private static Dictionary GetMorseCharactersPortugues() {'@',".__._." }, {'¿',".._._" }, {'¡',"__..._" }, - {'!',"_._.__" }, //Special Characters diff --git a/global.json b/global.json index b1780ac..1a974fd 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "7.0.2" + "version": "7.0.102" } } \ No newline at end of file