Skip to content

Commit

Permalink
Fix Star and X Ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Jul 28, 2019
1 parent 1730a17 commit c14d56f
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 95 deletions.
12 changes: 6 additions & 6 deletions ScoutsEncoder/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ public partial class MainWindow : Window
KeyWeight = 7,
CipherCharacters =
{
"V(١)", "V(٢)", "V(٣)", "V(٤)", "V(٥)", "V(٦)", "V(٧)",
">(١)", ">(٢)", ">(٣)", ">(٤)", ">(٥)", ">(٦)", ">(٧)",
"Λ(١)", "Λ(٢)", "Λ(٣)", "Λ(٤)", "Λ(٥)", "Λ(٦)", "Λ(٧)",
"<(١)", "<(٢)", "<(٣)", "<(٤)", "<(٥)", "<(٦)", "<(٧)"
"˅١", "˅٢", "˅٣", "˅٤", "˅٥", "˅٦", "˅٧",
"˂١", "˂٢", "˂٣", "˂٤", "˂٥", "˂٦", "˂٧",
"˄١", "˄٢", "˄٣", "˄٤", "˄٥", "˄٦", "˄٧",
"˃١", "˃٢", "˃٣", "˃٤", "˃٥", "˃٦", "˃٧"
}
},

Expand All @@ -191,8 +191,8 @@ public partial class MainWindow : Window
{
"▲١", "▲٢", "▲٣", "▲٤", "▲٥", "▲٦", "▲٧",
"▶١", "▶٢", "▶٣", "▶٤", "▶٥", "▶٦", "▶٧",
"١", "٢", "٣", "٤", "٥", "٦", "٧",
"١", "٢", "٣", "٤", "٥", "٦", "٧"
"١", "٢", "٣", "٤", "٥", "٦", "٧",
"١", "٢", "٣", "٤", "٥", "٦", "٧"
}
},

Expand Down
Loading

0 comments on commit c14d56f

Please sign in to comment.