I need to read text files with polish characters in it.
For example the ł.
I tried to set the right encoding for polish language:
fileID=fopen('Polish.lab','r','n','ISO-8859-2');
text=textscan(fileID,'%s');
celldisp(text)
but I still get wrong characters.
text{1}{1} = Å