----------------------------------------------------------------- This project was created by request so feel free to remix and use the code. ----------------------------------------------------------------- About This Project: The message is encoded by assigning a number to each letter of the alphabet (e.g., "a" is equal to 1, "b" is equal to 2, etc.); each letter is separated by commas and each list item by semicolons. This system only supports letters, but it may be edited to include symbols as well—as well as commas and semicolons—by changing what is added to the "Alphabet" list. Note that if you want to add a space to the input, you must add a space to the "Alphabet". -----------------------------------------------------------------