我试图在土耳其语中进行某种句子处理,我正在使用文本文件作为数据库.但我无法从文本文件中读取土耳其语字符,因为我无法正确处理数据.
string[] Tempdatabase = File.ReadAllLines(@"C:\Users\dialogs.txt"); textBox1.Text = Tempdatabase[5];
输出:
c# string character-encoding text-files
c# ×1
character-encoding ×1
string ×1
text-files ×1