Skip to content

Commit

Permalink
Fix duplicated chars
Browse files Browse the repository at this point in the history
  • Loading branch information
p6laris committed Jan 26, 2023
1 parent f8a4a5a commit 5451d5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions MorseSharp/MorseCharacters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ private static Dictionary<char, string> GetMorseCharactersKurdish()
{'-',"..__._" },
{'+',"._._." },
{'*',"_.._" },
{'٪',"___.._" },
{'=',"_..._" },
{')',"_.__._" },
{'(',"_.__." },
Expand Down Expand Up @@ -402,7 +401,6 @@ private static Dictionary<char, string> GetMorseCharactersEspanol()
{'@',".__._." },
{'¿',".._._" },
{'¡',"__..._" },
{'!',"_._.__" },


//Special Characters
Expand Down Expand Up @@ -489,14 +487,11 @@ private static Dictionary<char, string> GetMorseCharactersFrancais()
{'/',"_.._."},
{'\'',".____." },
{'\"',"._.._." },

{'&',"._..." },
{'$',"..._.._" },
{'@',".__._." },
{'¿',".._._" },
{'¡',"__..._" },
{'!',"_._.__" },

//Special Characters
{'_',"..__._"},
{'+',"._._." },
Expand Down Expand Up @@ -575,13 +570,11 @@ private static Dictionary<char, string> GetMorseCharactersItaliano()
{'/',"_.._."},
{'\'',".____." },
{'\"',"._.._." },

{'&',"._..." },
{'$',"..._.._" },
{'@',".__._." },
{'¿',".._._" },
{'¡',"__..._" },
{'!',"_._.__" },


//Special Characters
Expand Down Expand Up @@ -691,7 +684,6 @@ private static Dictionary<char, string> GetMorseCharactersJapanese()
{'@',".__._." },
{'¿',".._._" },
{'¡',"__..._" },
{'!',"_._.__" },


//Special Characters
Expand Down Expand Up @@ -783,7 +775,6 @@ private static Dictionary<char, string> GetMorseCharactersPortugues()
{'@',".__._." },
{'¿',".._._" },
{'¡',"__..._" },
{'!',"_._.__" },


//Special Characters
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.2"
"version": "7.0.102"
}
}

0 comments on commit 5451d5e

Please sign in to comment.