在Matlab中使用textscan读取波兰语字符

时间:2014-04-22 01:25:54

标签: matlab encoding special-characters polish iso-8859-2

我需要读取带有波兰字符的文本文件。

例如ł。

我尝试为波兰语设置正确的编码:

fileID=fopen('Polish.lab','r','n','ISO-8859-2');
text=textscan(fileID,'%s');
celldisp(text)

但我仍然得错字符。

 text{1}{1} = Å

0 个答案:

没有答案