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