|
I'm creating a German vocabulary trainer app, and when I import my word list from a text file, all the special German characters get turned into squares. So "unumstößlich" becomes "unumst��lich" (well, that's the result of cut and paste from the two sources anyway). I'm using SQL Server CE , storing the data in an nvarchar type field. I don't know if I should be asking in that forum, because I don't know where the character info gets lost. I use a Streamreader to read the text file, and I've tried a Unicode encoding, as well as the default encoding and the other option to automatically detect the encoding, but it doesn't help. Should I be asking in this over in the SQL CE forum or does someone have a tip? Thanks!
class Religion
{
Explain (event)
{
try { ToExplain(event)}
catch { throw("God moves in mysterious ways") }
}
} |