fixed an issue
This commit is contained in:
parent
89f765cda2
commit
1e178d8644
Binary file not shown.
@ -62,7 +62,7 @@ namespace OnePass
|
|||||||
|
|
||||||
void addSpecial(ref ArrayList list)
|
void addSpecial(ref ArrayList list)
|
||||||
{
|
{
|
||||||
foreach(int c in new int[]{ 33,35,36,37,38,39,40,41,42,43,44,45,46,47,64 })
|
foreach (int c in new int[] { 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 64 })
|
||||||
{
|
{
|
||||||
list.Add(Char.ConvertFromUtf32(c));
|
list.Add(Char.ConvertFromUtf32(c));
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user