Vigenere Cipher c# with “ñ”
问题 I'm making a program of Vigenere cipher in c # but I'm having a problem i don't have the "Ñ" I would like to encrypt as happens in Vigenere cipher but With the "Ñ" how add the letter "Ñ" to this code? such that both key and s remain this way: a=0 b=1... n=13 ñ=14... z=26 after the n that a place be flown using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void VigenereEncrypt(ref StringBuilder s, string