I am currently working on a application which will give flash card like questions which I have stored on the system. I was wondering what would be my best option to store lists of information. The formatting I am currently using is where the first line is the question, next line is the correct answer and all subsequent lines are distractors, this being accomplished through file.read and write. The problem I have with this is that I cant use special symbols, like say I wanted to write NH4+, I would have to write it as NH4+.
So far I have looked into SQL lite and JSON, but neither seam to work, any advice is appreciated.
I cant seam to get txt files to properly return Unicode values and they feel almost clunky to use. with that I am unsure how to get Winforms to read and properly display Unicode either